Skip to main content

dx_order_t

Type Alias dx_order_t 

Source
pub type dx_order_t = dx_order;
Expand description

Order

Aliased Type§

#[repr(C)]
pub struct dx_order_t {
Show 16 fields pub index: i32, pub time: i32, pub time_nanos: i32, pub sequence: i32, pub action_time: i64, pub order_id: i64, pub aux_order_id: i64, pub price: f64, pub size: f64, pub executed_size: f64, pub count: f64, pub flags: i32, pub trade_id: i64, pub trade_price: f64, pub trade_size: f64, pub mmid: i32,
}

Fields§

§index: i32§time: i32§time_nanos: i32§sequence: i32§action_time: i64§order_id: i64§aux_order_id: i64§price: f64§size: f64§executed_size: f64§count: f64§flags: i32§trade_id: i64§trade_price: f64§trade_size: f64§mmid: i32