binance v0.5.0 Binance.OrderBook

Struct for representing the result returned by /api/v1/depth

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()
}