Binance.SwapHistory (dwarves_binancex v0.1.19)

Struct for representing the result returned by /sapi/v1/bswap/swap

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.SwapHistory{
  base_asset: term(),
  base_qty: term(),
  fee: term(),
  price: term(),
  quote_asset: term(),
  quote_qty: term(),
  status: term(),
  swap_id: term(),
  swap_time: term()
}