binance v0.7.1 Binance.Order
Struct for representing the result returned by /api/v3/openOrders
Link to this section Summary
Link to this section Functions
Link to this function
new(map_or_kwlist, opts \\ [])
new(map_or_kwlist, opts \\ [])
new(ExConstructor.map_or_kwlist(), Keyword.t()) :: %Binance.Order{
client_order_id: term(),
cummulative_quote_qty: term(),
executed_qty: term(),
iceberg_qty: term(),
is_working: term(),
order_id: term(),
orig_qty: term(),
price: term(),
side: term(),
status: term(),
stop_price: term(),
symbol: term(),
time: term(),
time_in_force: term(),
type: term(),
update_time: term()
}
new(ExConstructor.map_or_kwlist(), Keyword.t()) :: %Binance.Order{ client_order_id: term(), cummulative_quote_qty: term(), executed_qty: term(), iceberg_qty: term(), is_working: term(), order_id: term(), orig_qty: term(), price: term(), side: term(), status: term(), stop_price: term(), symbol: term(), time: term(), time_in_force: term(), type: term(), update_time: term() }