#[repr(C)]pub struct CThostFtdcInstrumentStatusField {
pub ExchangeID: TThostFtdcExchangeIDType,
pub reserve1: TThostFtdcOldExchangeInstIDType,
pub SettlementGroupID: TThostFtdcSettlementGroupIDType,
pub reserve2: TThostFtdcOldInstrumentIDType,
pub InstrumentStatus: TThostFtdcInstrumentStatusType,
pub TradingSegmentSN: TThostFtdcTradingSegmentSNType,
pub EnterTime: TThostFtdcTimeType,
pub EnterReason: TThostFtdcInstStatusEnterReasonType,
pub ExchangeInstID: TThostFtdcExchangeInstIDType,
pub InstrumentID: TThostFtdcInstrumentIDType,
}Fields§
§ExchangeID: TThostFtdcExchangeIDType§reserve1: TThostFtdcOldExchangeInstIDType§SettlementGroupID: TThostFtdcSettlementGroupIDType§reserve2: TThostFtdcOldInstrumentIDType§InstrumentStatus: TThostFtdcInstrumentStatusType§TradingSegmentSN: TThostFtdcTradingSegmentSNType§EnterTime: TThostFtdcTimeType§EnterReason: TThostFtdcInstStatusEnterReasonType§ExchangeInstID: TThostFtdcExchangeInstIDType§InstrumentID: TThostFtdcInstrumentIDTypeTrait Implementations§
source§impl Clone for CThostFtdcInstrumentStatusField
impl Clone for CThostFtdcInstrumentStatusField
source§fn clone(&self) -> CThostFtdcInstrumentStatusField
fn clone(&self) -> CThostFtdcInstrumentStatusField
Returns a copy 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 moreimpl Copy for CThostFtdcInstrumentStatusField
Auto Trait Implementations§
impl Freeze for CThostFtdcInstrumentStatusField
impl RefUnwindSafe for CThostFtdcInstrumentStatusField
impl Send for CThostFtdcInstrumentStatusField
impl Sync for CThostFtdcInstrumentStatusField
impl Unpin for CThostFtdcInstrumentStatusField
impl UnwindSafe for CThostFtdcInstrumentStatusField
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