Bingex.Swap.Model.QuoteInfo
(Bingex v0.1.8)
Represents real-time quote information for a swap contract in BingX.
Types
@type t() :: %Bingex.Swap.Model.QuoteInfo{
funding_rate: float(),
last_price: float(),
mark_price: float(),
next_funding_time: float(),
symbol: binary()
}
Functions
@spec decode(any()) :: {:ok, t()} | :error