ex_binance v0.0.5 ExBinance.Responses.CreateOrder

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.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()
  }