#[repr(C)]pub struct dx_order {Show 16 fields
pub index: dxf_int_t,
pub time: dxf_int_t,
pub time_nanos: dxf_int_t,
pub sequence: dxf_int_t,
pub action_time: dxf_long_t,
pub order_id: dxf_long_t,
pub aux_order_id: dxf_long_t,
pub price: dxf_double_t,
pub size: dxf_double_t,
pub executed_size: dxf_double_t,
pub count: dxf_double_t,
pub flags: dxf_int_t,
pub trade_id: dxf_long_t,
pub trade_price: dxf_double_t,
pub trade_size: dxf_double_t,
pub mmid: dxf_int_t,
}Expand description
Order
Fields§
§index: dxf_int_t§time: dxf_int_t§time_nanos: dxf_int_t§sequence: dxf_int_t§action_time: dxf_long_t§order_id: dxf_long_t§aux_order_id: dxf_long_t§price: dxf_double_t§size: dxf_double_t§executed_size: dxf_double_t§count: dxf_double_t§flags: dxf_int_t§trade_id: dxf_long_t§trade_price: dxf_double_t§trade_size: dxf_double_t§mmid: dxf_int_tTrait Implementations§
impl Copy for dx_order
impl StructuralPartialEq for dx_order
Auto Trait Implementations§
impl Freeze for dx_order
impl RefUnwindSafe for dx_order
impl Send for dx_order
impl Sync for dx_order
impl Unpin for dx_order
impl UnwindSafe for dx_order
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more