binance_api v0.1.5 Binance.OrderBook
Struct for representing the result returned by /api/v1/depth
defstruct [:bids, :asks, :last_update_id]
Link to this section Summary
Link to this section Functions
Link to this function
new(map_or_kwlist, opts \\ [])
new(ExConstructor.map_or_kwlist(), Keyword.t()) :: %Binance.OrderBook{ asks: term(), bids: term(), last_update_id: term() }