Binance.SymbolAsset (dwarves_binancex v0.1.12)

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

defstruct [
  :asset,
  :margin_available,
  :auto_asset_exchange
]

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.SymbolAsset{
  asset: term(),
  auto_asset_exchange: term(),
  margin_available: term()
}