#[repr(C)]pub struct CThostFtdcErrExecOrderActionField {Show 17 fields
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub ExecOrderActionRef: TThostFtdcOrderActionRefType,
pub ExecOrderRef: TThostFtdcOrderRefType,
pub RequestID: TThostFtdcRequestIDType,
pub FrontID: TThostFtdcFrontIDType,
pub SessionID: TThostFtdcSessionIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub ExecOrderSysID: TThostFtdcExecOrderSysIDType,
pub ActionFlag: TThostFtdcActionFlagType,
pub UserID: TThostFtdcUserIDType,
pub InstrumentID: TThostFtdcInstrumentIDType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
pub IPAddress: TThostFtdcIPAddressType,
pub MacAddress: TThostFtdcMacAddressType,
pub ErrorID: TThostFtdcErrorIDType,
pub ErrorMsg: TThostFtdcErrorMsgType,
}Expand description
错误执行宣告操作
Fields§
§BrokerID: TThostFtdcBrokerIDType经纪公司代码
InvestorID: TThostFtdcInvestorIDType投资者代码
ExecOrderActionRef: TThostFtdcOrderActionRefType执行宣告操作引用
ExecOrderRef: TThostFtdcOrderRefType执行宣告引用
RequestID: TThostFtdcRequestIDType请求编号
FrontID: TThostFtdcFrontIDType前置编号
SessionID: TThostFtdcSessionIDType会话编号
ExchangeID: TThostFtdcExchangeIDType交易所代码
ExecOrderSysID: TThostFtdcExecOrderSysIDType执行宣告操作编号
ActionFlag: TThostFtdcActionFlagType操作标志
UserID: TThostFtdcUserIDType用户代码
InstrumentID: TThostFtdcInstrumentIDType合约代码
InvestUnitID: TThostFtdcInvestUnitIDType投资单元代码
IPAddress: TThostFtdcIPAddressTypeIP地址
MacAddress: TThostFtdcMacAddressTypeMac地址
ErrorID: TThostFtdcErrorIDType错误代码
ErrorMsg: TThostFtdcErrorMsgType错误信息
Trait Implementations§
impl Copy for CThostFtdcErrExecOrderActionField
Auto Trait Implementations§
impl Freeze for CThostFtdcErrExecOrderActionField
impl RefUnwindSafe for CThostFtdcErrExecOrderActionField
impl Send for CThostFtdcErrExecOrderActionField
impl Sync for CThostFtdcErrExecOrderActionField
impl Unpin for CThostFtdcErrExecOrderActionField
impl UnwindSafe for CThostFtdcErrExecOrderActionField
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