pub struct QotRightSnapshot {Show 19 fields
pub hk_qot_right: i32,
pub us_qot_right: i32,
pub sh_qot_right: i32,
pub sz_qot_right: i32,
pub hk_option_qot_right: i32,
pub hk_future_qot_right: i32,
pub hk_option_orderbook_depth: Option<u32>,
pub hk_future_orderbook_depth: Option<u32>,
pub us_option_qot_right: i32,
pub us_index_qot_right: i32,
pub us_otc_qot_right: i32,
pub us_cme_future_qot_right: i32,
pub us_cbot_future_qot_right: i32,
pub us_nymex_future_qot_right: i32,
pub us_comex_future_qot_right: i32,
pub us_cboe_future_qot_right: i32,
pub sg_future_qot_right: i32,
pub jp_future_qot_right: i32,
pub cc_qot_right: i32,
}Fields§
§hk_qot_right: i32§us_qot_right: i32§sh_qot_right: i32§sz_qot_right: i32§hk_option_qot_right: i32§hk_future_qot_right: i32§hk_option_orderbook_depth: Option<u32>§hk_future_orderbook_depth: Option<u32>§us_option_qot_right: i32§us_index_qot_right: i32§us_otc_qot_right: i32§us_cme_future_qot_right: i32§us_cbot_future_qot_right: i32§us_nymex_future_qot_right: i32§us_comex_future_qot_right: i32§us_cboe_future_qot_right: i32§sg_future_qot_right: i32§jp_future_qot_right: i32§cc_qot_right: i32Trait Implementations§
Source§impl Clone for QotRightSnapshot
impl Clone for QotRightSnapshot
Source§fn clone(&self) -> QotRightSnapshot
fn clone(&self) -> QotRightSnapshot
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 QotRightSnapshot
impl Debug for QotRightSnapshot
Source§impl Default for QotRightSnapshot
impl Default for QotRightSnapshot
Source§fn default() -> QotRightSnapshot
fn default() -> QotRightSnapshot
Returns the “default value” for a type. Read more
Source§impl PartialEq for QotRightSnapshot
impl PartialEq for QotRightSnapshot
impl Copy for QotRightSnapshot
impl Eq for QotRightSnapshot
impl StructuralPartialEq for QotRightSnapshot
Auto Trait Implementations§
impl Freeze for QotRightSnapshot
impl RefUnwindSafe for QotRightSnapshot
impl Send for QotRightSnapshot
impl Sync for QotRightSnapshot
impl Unpin for QotRightSnapshot
impl UnsafeUnpin for QotRightSnapshot
impl UnwindSafe for QotRightSnapshot
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more