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

Link to this section Summary

Link to this section Types

Specs

t() :: %ExBinance.Spot.Private.Responses.QueryOrderResponse{
  client_order_id: term(),
  cummulative_quote_qty: term(),
  executed_qty: term(),
  iceberg_qty: term(),
  is_working: term(),
  order_id: term(),
  order_list_id: term(),
  orig_qty: term(),
  orig_quote_order_qty: term(),
  price: term(),
  side: term(),
  status: term(),
  stop_price: term(),
  symbol: term(),
  time: term(),
  time_in_force: term(),
  type: term(),
  update_time: 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.QueryOrderResponse{
    client_order_id: term(),
    cummulative_quote_qty: term(),
    executed_qty: term(),
    iceberg_qty: term(),
    is_working: term(),
    order_id: term(),
    order_list_id: term(),
    orig_qty: term(),
    orig_quote_order_qty: term(),
    price: term(),
    side: term(),
    status: term(),
    stop_price: term(),
    symbol: term(),
    time: term(),
    time_in_force: term(),
    type: term(),
    update_time: term()
  }