ex_binance v0.0.3 ExBinance.Responses.CancelOrder

Link to this section Summary

Link to this section Functions

Link to this function

new(map_or_kwlist, opts \\ [])
new(ExConstructor.map_or_kwlist(), Keyword.t()) ::
  %ExBinance.Responses.CancelOrder{
    client_order_id: term(),
    cummulative_quote_qty: term(),
    executed_qty: term(),
    order_id: term(),
    orig_client_order_id: term(),
    orig_qty: term(),
    price: term(),
    side: term(),
    status: term(),
    symbol: term(),
    time_in_force: term(),
    type: term()
  }