Struct libdxfeed_sys::dx_spread_order
source · #[repr(C)]pub struct dx_spread_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 spread_symbol: dxf_const_string_t,
}Expand description
Spread 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§spread_symbol: dxf_const_string_tTrait Implementations§
source§impl Clone for dx_spread_order
impl Clone for dx_spread_order
source§fn clone(&self) -> dx_spread_order
fn clone(&self) -> dx_spread_order
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for dx_spread_order
impl Debug for dx_spread_order
source§impl PartialEq<dx_spread_order> for dx_spread_order
impl PartialEq<dx_spread_order> for dx_spread_order
source§fn eq(&self, other: &dx_spread_order) -> bool
fn eq(&self, other: &dx_spread_order) -> bool
This method tests for
self and other values to be equal, and is used
by ==.