Binance.OrderResponse (dwarves_binancex v0.1.6)

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()) :: %Binance.OrderResponse{
  avg_price: term(),
  client_order_id: term(),
  close_position: term(),
  cum_quote: term(),
  executed_qty: term(),
  order_id: term(),
  orig_qty: term(),
  orig_type: term(),
  position_side: term(),
  price: term(),
  price_protect: term(),
  reduce_only: term(),
  side: term(),
  status: term(),
  stop_price: term(),
  symbol: term(),
  time: term(),
  time_in_force: term(),
  type: term(),
  update_time: term(),
  working_type: term()
}