Binance.DepthSnapshot (dwarves_binancex v0.1.23)

Struct for representing result returned by /fapi/v1/depth

defstruct [
  :lastUpdateId,
  :E,             # event time
  :T,             # transaction time
  :bids,
  :asks,
]

Link to this section Summary

Link to this section Functions

Link to this function

new(map_or_kwlist, opts \\ [])

Specs

new(ExConstructor.map_or_kwlist(), Keyword.t()) :: %Binance.DepthSnapshot{
  E: term(),
  T: term(),
  asks: term(),
  bids: term(),
  lastUpdateId: term()
}