ExBinance.Kline (ex_binance v0.0.10)

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

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()) :: %ExBinance.Kline{
  close: term(),
  close_time: term(),
  high: term(),
  low: term(),
  number_of_trades: term(),
  open: term(),
  open_time: term(),
  quote_asset_volume: term(),
  taker_buy_base_asset_volume: term(),
  taker_buy_quote_asset_volume: term(),
  volume: term()
}