#[repr(C)]pub struct CThostFtdcExecOrderActionField {Show 28 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 ActionDate: TThostFtdcDateType,
pub ActionTime: TThostFtdcTimeType,
pub TraderID: TThostFtdcTraderIDType,
pub InstallID: TThostFtdcInstallIDType,
pub ExecOrderLocalID: TThostFtdcOrderLocalIDType,
pub ActionLocalID: TThostFtdcOrderLocalIDType,
pub ParticipantID: TThostFtdcParticipantIDType,
pub ClientID: TThostFtdcClientIDType,
pub BusinessUnit: TThostFtdcBusinessUnitType,
pub OrderActionStatus: TThostFtdcOrderActionStatusType,
pub UserID: TThostFtdcUserIDType,
pub ActionType: TThostFtdcActionTypeType,
pub StatusMsg: TThostFtdcErrorMsgType,
pub InstrumentID: TThostFtdcInstrumentIDType,
pub BranchID: TThostFtdcBranchIDType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
pub IPAddress: TThostFtdcIPAddressType,
pub MacAddress: TThostFtdcMacAddressType,
}Expand description
执行宣告操作
Fields§
§BrokerID: TThostFtdcBrokerIDType经纪公司代码
InvestorID: TThostFtdcInvestorIDType投资者代码
ExecOrderActionRef: TThostFtdcOrderActionRefType执行宣告操作引用
ExecOrderRef: TThostFtdcOrderRefType执行宣告引用
RequestID: TThostFtdcRequestIDType请求编号
FrontID: TThostFtdcFrontIDType前置编号
SessionID: TThostFtdcSessionIDType会话编号
ExchangeID: TThostFtdcExchangeIDType交易所代码
ExecOrderSysID: TThostFtdcExecOrderSysIDType执行宣告操作编号
ActionFlag: TThostFtdcActionFlagType操作标志
ActionDate: TThostFtdcDateType操作日期
ActionTime: TThostFtdcTimeType操作时间
TraderID: TThostFtdcTraderIDType交易所交易员代码
InstallID: TThostFtdcInstallIDType安装编号
ExecOrderLocalID: TThostFtdcOrderLocalIDType本地执行宣告编号
ActionLocalID: TThostFtdcOrderLocalIDType操作本地编号
ParticipantID: TThostFtdcParticipantIDType会员代码
ClientID: TThostFtdcClientIDType客户代码
BusinessUnit: TThostFtdcBusinessUnitType业务单元
OrderActionStatus: TThostFtdcOrderActionStatusType报单操作状态
UserID: TThostFtdcUserIDType用户代码
ActionType: TThostFtdcActionTypeType执行类型
StatusMsg: TThostFtdcErrorMsgType状态信息
InstrumentID: TThostFtdcInstrumentIDType合约代码
BranchID: TThostFtdcBranchIDType营业部编号
InvestUnitID: TThostFtdcInvestUnitIDType投资单元代码
IPAddress: TThostFtdcIPAddressTypeIP地址
MacAddress: TThostFtdcMacAddressTypeMac地址
Trait Implementations§
impl Copy for CThostFtdcExecOrderActionField
Auto Trait Implementations§
impl Freeze for CThostFtdcExecOrderActionField
impl RefUnwindSafe for CThostFtdcExecOrderActionField
impl Send for CThostFtdcExecOrderActionField
impl Sync for CThostFtdcExecOrderActionField
impl Unpin for CThostFtdcExecOrderActionField
impl UnwindSafe for CThostFtdcExecOrderActionField
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