#[repr(C)]pub struct CThostFtdcCommPhaseField {
pub TradingDay: TThostFtdcDateType,
pub CommPhaseNo: TThostFtdcCommPhaseNoType,
pub SystemID: TThostFtdcSystemIDType,
}
Expand description
通讯阶段
Fields§
§TradingDay: TThostFtdcDateType
交易日
CommPhaseNo: TThostFtdcCommPhaseNoType
通讯时段编号
SystemID: TThostFtdcSystemIDType
系统编号
Trait Implementations§
Source§impl Clone for CThostFtdcCommPhaseField
impl Clone for CThostFtdcCommPhaseField
Source§impl Default for CThostFtdcCommPhaseField
impl Default for CThostFtdcCommPhaseField
Source§fn default() -> CThostFtdcCommPhaseField
fn default() -> CThostFtdcCommPhaseField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcCommPhaseField
Auto Trait Implementations§
impl Freeze for CThostFtdcCommPhaseField
impl RefUnwindSafe for CThostFtdcCommPhaseField
impl Send for CThostFtdcCommPhaseField
impl Sync for CThostFtdcCommPhaseField
impl Unpin for CThostFtdcCommPhaseField
impl UnwindSafe for CThostFtdcCommPhaseField
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