ex_bitmex v0.0.6 ExBitmex.Order
Link to this section Summary
Link to this section Types
Link to this type
t()
t()
t() :: %ExBitmex.Order{
ex_destination: term(),
triggered: term(),
contingency_type: term(),
cum_qty: term(),
avg_px: term(),
simple_cum_qty: term(),
ord_status: term(),
account: term(),
order_id: term(),
peg_price_type: term(),
multi_leg_reporting_type: term(),
order_qty: term(),
exec_inst: term(),
price: term(),
cl_ord_link_id: term(),
ord_type: term(),
stop_px: term(),
time_in_force: term(),
ord_rej_reason: term(),
cl_ord_id: term(),
symbol: term(),
transact_time: term(),
text: term(),
peg_offset_value: term(),
settl_currency: term(),
currency: term(),
timestamp: term(),
working_indicator: term(),
side: String.t(),
simple_leaves_qty: term(),
simple_order_qty: term(),
leaves_qty: term(),
display_qty: term()
}
t() :: %ExBitmex.Order{ ex_destination: term(), triggered: term(), contingency_type: term(), cum_qty: term(), avg_px: term(), simple_cum_qty: term(), ord_status: term(), account: term(), order_id: term(), peg_price_type: term(), multi_leg_reporting_type: term(), order_qty: term(), exec_inst: term(), price: term(), cl_ord_link_id: term(), ord_type: term(), stop_px: term(), time_in_force: term(), ord_rej_reason: term(), cl_ord_id: term(), symbol: term(), transact_time: term(), text: term(), peg_offset_value: term(), settl_currency: term(), currency: term(), timestamp: term(), working_indicator: term(), side: String.t(), simple_leaves_qty: term(), simple_order_qty: term(), leaves_qty: term(), display_qty: term() }