Struct libdxfeed_sys::dx_market_maker
source · #[repr(C)]pub struct dx_market_maker {
pub mm_exchange: dxf_char_t,
pub mm_id: dxf_int_t,
pub mmbid_time: dxf_int_t,
pub mmbid_price: dxf_double_t,
pub mmbid_size: dxf_double_t,
pub mmbid_count: dxf_double_t,
pub mmask_time: dxf_int_t,
pub mmask_price: dxf_double_t,
pub mmask_size: dxf_double_t,
pub mmask_count: dxf_double_t,
}Expand description
Market maker
Fields§
§mm_exchange: dxf_char_t§mm_id: dxf_int_t§mmbid_time: dxf_int_t§mmbid_price: dxf_double_t§mmbid_size: dxf_double_t§mmbid_count: dxf_double_t§mmask_time: dxf_int_t§mmask_price: dxf_double_t§mmask_size: dxf_double_t§mmask_count: dxf_double_tTrait Implementations§
source§impl Clone for dx_market_maker
impl Clone for dx_market_maker
source§fn clone(&self) -> dx_market_maker
fn clone(&self) -> dx_market_maker
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_market_maker
impl Debug for dx_market_maker
source§impl PartialEq<dx_market_maker> for dx_market_maker
impl PartialEq<dx_market_maker> for dx_market_maker
source§fn eq(&self, other: &dx_market_maker) -> bool
fn eq(&self, other: &dx_market_maker) -> bool
This method tests for
self and other values to be equal, and is used
by ==.