#[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 duplicate 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 for dx_market_maker
impl PartialEq for dx_market_maker
impl Copy for dx_market_maker
impl StructuralPartialEq for dx_market_maker
Auto Trait Implementations§
impl Freeze for dx_market_maker
impl RefUnwindSafe for dx_market_maker
impl Send for dx_market_maker
impl Sync for dx_market_maker
impl Unpin for dx_market_maker
impl UnwindSafe for dx_market_maker
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