Binance.Structs.HistoricalTrade (binance v2.0.0-beta.1)

Struct for representing the result returned by /api/v3/historicalTrades

Link to this section Summary

Link to this section Functions

Link to this function

from_response(data)

Link to this function

new(map_or_kwlist, opts \\ [])

Specs

new(ExConstructor.map_or_kwlist(), Keyword.t()) ::
  %Binance.Structs.HistoricalTrade{
    id: term(),
    is_best_match: term(),
    is_buyer_maker: term(),
    price: term(),
    qty: term(),
    quote_qty: term(),
    time: term()
  }