Binance.Structs.HistoricalTrade (binance v2.0.1)

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

Summary

Functions

Link to this function

from_response(data)

Link to this function

new(map_or_kwlist, opts \\ [])

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