Binance.HistoricalTrade (dwarves_binancex v0.1.17)

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

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.HistoricalTrade{
  id: term(),
  is_best_match: term(),
  is_buyer_maker: term(),
  price: term(),
  qty: term(),
  quote_qty: term(),
  time: term()
}