ExBinance.Spot.Private.Responses.CancelOrderResponse (ex_binance v0.0.10)

Link to this section Summary

Link to this section Types

Specs

t() :: %ExBinance.Spot.Private.Responses.CancelOrderResponse{
  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()
}

Link to this section Functions

Link to this function

new(map_or_kwlist, opts \\ [])

Specs

new(ExConstructor.map_or_kwlist(), Keyword.t()) ::
  %ExBinance.Spot.Private.Responses.CancelOrderResponse{
    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()
  }