#[repr(C)]pub struct CThostFtdcQrySyncStatusField {
pub TradingDay: TThostFtdcDateType,
}
Expand description
查询组合合约分腿
Fields§
§TradingDay: TThostFtdcDateType
交易日
Trait Implementations§
Source§impl Clone for CThostFtdcQrySyncStatusField
impl Clone for CThostFtdcQrySyncStatusField
Source§impl Default for CThostFtdcQrySyncStatusField
impl Default for CThostFtdcQrySyncStatusField
Source§fn default() -> CThostFtdcQrySyncStatusField
fn default() -> CThostFtdcQrySyncStatusField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcQrySyncStatusField
Auto Trait Implementations§
impl Freeze for CThostFtdcQrySyncStatusField
impl RefUnwindSafe for CThostFtdcQrySyncStatusField
impl Send for CThostFtdcQrySyncStatusField
impl Sync for CThostFtdcQrySyncStatusField
impl Unpin for CThostFtdcQrySyncStatusField
impl UnwindSafe for CThostFtdcQrySyncStatusField
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