#[repr(C)]pub struct CThostFtdcErrExecOrderField {Show 23 fields
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub InstrumentID: TThostFtdcInstrumentIDType,
pub ExecOrderRef: TThostFtdcOrderRefType,
pub UserID: TThostFtdcUserIDType,
pub Volume: TThostFtdcVolumeType,
pub RequestID: TThostFtdcRequestIDType,
pub BusinessUnit: TThostFtdcBusinessUnitType,
pub OffsetFlag: TThostFtdcOffsetFlagType,
pub HedgeFlag: TThostFtdcHedgeFlagType,
pub ActionType: TThostFtdcActionTypeType,
pub PosiDirection: TThostFtdcPosiDirectionType,
pub ReservePositionFlag: TThostFtdcExecOrderPositionFlagType,
pub CloseFlag: TThostFtdcExecOrderCloseFlagType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
pub AccountID: TThostFtdcAccountIDType,
pub CurrencyID: TThostFtdcCurrencyIDType,
pub ClientID: TThostFtdcClientIDType,
pub IPAddress: TThostFtdcIPAddressType,
pub MacAddress: TThostFtdcMacAddressType,
pub ErrorID: TThostFtdcErrorIDType,
pub ErrorMsg: TThostFtdcErrorMsgType,
}Expand description
错误执行宣告
Fields§
§BrokerID: TThostFtdcBrokerIDType经纪公司代码
InvestorID: TThostFtdcInvestorIDType投资者代码
InstrumentID: TThostFtdcInstrumentIDType合约代码
ExecOrderRef: TThostFtdcOrderRefType执行宣告引用
UserID: TThostFtdcUserIDType用户代码
Volume: TThostFtdcVolumeType数量
RequestID: TThostFtdcRequestIDType请求编号
BusinessUnit: TThostFtdcBusinessUnitType业务单元
OffsetFlag: TThostFtdcOffsetFlagType开平标志
HedgeFlag: TThostFtdcHedgeFlagType投机套保标志
ActionType: TThostFtdcActionTypeType执行类型
PosiDirection: TThostFtdcPosiDirectionType保留头寸申请的持仓方向
ReservePositionFlag: TThostFtdcExecOrderPositionFlagType期权行权后是否保留期货头寸的标记,该字段已废弃
CloseFlag: TThostFtdcExecOrderCloseFlagType期权行权后生成的头寸是否自动平仓
ExchangeID: TThostFtdcExchangeIDType交易所代码
InvestUnitID: TThostFtdcInvestUnitIDType投资单元代码
AccountID: TThostFtdcAccountIDType资金账号
CurrencyID: TThostFtdcCurrencyIDType币种代码
ClientID: TThostFtdcClientIDType交易编码
IPAddress: TThostFtdcIPAddressTypeIP地址
MacAddress: TThostFtdcMacAddressTypeMac地址
ErrorID: TThostFtdcErrorIDType错误代码
ErrorMsg: TThostFtdcErrorMsgType错误信息
Trait Implementations§
Source§impl Clone for CThostFtdcErrExecOrderField
impl Clone for CThostFtdcErrExecOrderField
impl Copy for CThostFtdcErrExecOrderField
Auto Trait Implementations§
impl Freeze for CThostFtdcErrExecOrderField
impl RefUnwindSafe for CThostFtdcErrExecOrderField
impl Send for CThostFtdcErrExecOrderField
impl Sync for CThostFtdcErrExecOrderField
impl Unpin for CThostFtdcErrExecOrderField
impl UnwindSafe for CThostFtdcErrExecOrderField
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