Bingex.Swap.Model.PriceEvent
(Bingex v0.1.9)
Handles price events in BingX swaps.
Types
@type t() :: %Bingex.Swap.Model.PriceEvent{
symbol: binary() | nil,
timestamp: integer() | nil,
type: :last | :mark | nil,
value: float() | nil
}
Functions
@spec decode(map()) :: t()