ex_binance v0.0.3 ExBinance.Responses.CreateOrder
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()) ::
%ExBinance.Responses.CreateOrder{
client_order_id: term(),
executed_qty: term(),
fills: term(),
order_id: term(),
orig_qty: term(),
price: term(),
side: term(),
status: term(),
symbol: term(),
time_in_force: term(),
transact_time: term(),
type: term()
}
new(ExConstructor.map_or_kwlist(), Keyword.t()) :: %ExBinance.Responses.CreateOrder{ client_order_id: term(), executed_qty: term(), fills: term(), order_id: term(), orig_qty: term(), price: term(), side: term(), status: term(), symbol: term(), time_in_force: term(), transact_time: term(), type: term() }