pub struct QotRightData {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 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 sub_quota: i32,
pub history_kl_quota: i32,
}Expand description
行情权限数据
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§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§sub_quota: i32§history_kl_quota: i32Trait 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 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