Bingex.Swap.Model.QuoteInfo (Bingex v0.1.9)

Represents real-time quote information for a swap contract in BingX.

Summary

Types

t()

@type t() :: %Bingex.Swap.Model.QuoteInfo{
  funding_rate: float(),
  last_price: float(),
  mark_price: float(),
  next_funding_time: float(),
  symbol: binary()
}

Functions

decode(data)

@spec decode(any()) :: {:ok, t()} | :error