#[repr(C)]pub struct CThostFtdcInstrumentStatusField {
pub ExchangeID: TThostFtdcExchangeIDType,
pub ExchangeInstID: TThostFtdcExchangeInstIDType,
pub SettlementGroupID: TThostFtdcSettlementGroupIDType,
pub InstrumentID: TThostFtdcInstrumentIDType,
pub InstrumentStatus: TThostFtdcInstrumentStatusType,
pub TradingSegmentSN: TThostFtdcTradingSegmentSNType,
pub EnterTime: TThostFtdcTimeType,
pub EnterReason: TThostFtdcInstStatusEnterReasonType,
}Expand description
合约状态
Fields§
§ExchangeID: TThostFtdcExchangeIDType交易所代码
ExchangeInstID: TThostFtdcExchangeInstIDType合约在交易所的代码
SettlementGroupID: TThostFtdcSettlementGroupIDType结算组代码
InstrumentID: TThostFtdcInstrumentIDType合约代码
InstrumentStatus: TThostFtdcInstrumentStatusType合约交易状态
TradingSegmentSN: TThostFtdcTradingSegmentSNType交易阶段编号
EnterTime: TThostFtdcTimeType进入本状态时间
EnterReason: TThostFtdcInstStatusEnterReasonType进入本状态原因
Trait Implementations§
Source§impl Default for CThostFtdcInstrumentStatusField
impl Default for CThostFtdcInstrumentStatusField
Source§fn default() -> CThostFtdcInstrumentStatusField
fn default() -> CThostFtdcInstrumentStatusField
Returns the “default value” for a type. Read more
impl 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