pub struct QotRightData {Show 27 fields
pub hk_qot_right: i32,
pub us_qot_right: i32,
pub api_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 has_us_option_qot_right: bool,
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,
pub cc_pt_orderbook_qot_right: i32,
pub us_lv2_arca_qot_right: bool,
pub us_lv2_nyse_qot_right: bool,
pub us_lv2_nasdaq_totalview_qot_right: bool,
pub sub_quota: i32,
pub history_kl_quota: i32,
pub hk_option_orderbook_depth: Option<u32>,
pub hk_future_orderbook_depth: Option<u32>,
}Fields§
§hk_qot_right: i32§us_qot_right: i32§api_us_qot_right: i32C++ INNData_Qot_Right::GetUSQotStatus() projection for GetUserInfo/Notify.
sh_qot_right: i32§sz_qot_right: i32§hk_option_qot_right: i32§hk_future_qot_right: i32§has_us_option_qot_right: bool§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: i32§cc_pt_orderbook_qot_right: i32§us_lv2_arca_qot_right: bool§us_lv2_nyse_qot_right: bool§us_lv2_nasdaq_totalview_qot_right: bool§sub_quota: i32§history_kl_quota: i32§hk_option_orderbook_depth: Option<u32>v1.4.106 codex 1209 F4: HK option/future orderbook depth.
hk_future_orderbook_depth: Option<u32>Trait Implementations§
Source§impl Clone for QotRightData
impl Clone for QotRightData
Source§fn clone(&self) -> QotRightData
fn clone(&self) -> QotRightData
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 QotRightData
impl Debug for QotRightData
Auto Trait Implementations§
impl Freeze for QotRightData
impl RefUnwindSafe for QotRightData
impl Send for QotRightData
impl Sync for QotRightData
impl Unpin for QotRightData
impl UnsafeUnpin for QotRightData
impl UnwindSafe for QotRightData
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