#[repr(C)]pub struct CThostFtdcExchangeExecOrderActionField {Show 20 fields
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 BranchID: TThostFtdcBranchIDType,
pub IPAddress: TThostFtdcIPAddressType,
pub MacAddress: TThostFtdcMacAddressType,
pub ExchangeInstID: TThostFtdcExchangeInstIDType,
pub Volume: TThostFtdcVolumeType,
}Expand description
交易所执行宣告操作
Fields§
§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执行类型
BranchID: TThostFtdcBranchIDType营业部编号
IPAddress: TThostFtdcIPAddressTypeIP地址
MacAddress: TThostFtdcMacAddressTypeMac地址
ExchangeInstID: TThostFtdcExchangeInstIDType合约在交易所的代码
Volume: TThostFtdcVolumeType数量
Trait Implementations§
Source§impl Default for CThostFtdcExchangeExecOrderActionField
impl Default for CThostFtdcExchangeExecOrderActionField
Source§fn default() -> CThostFtdcExchangeExecOrderActionField
fn default() -> CThostFtdcExchangeExecOrderActionField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcExchangeExecOrderActionField
Auto Trait Implementations§
impl Freeze for CThostFtdcExchangeExecOrderActionField
impl RefUnwindSafe for CThostFtdcExchangeExecOrderActionField
impl Send for CThostFtdcExchangeExecOrderActionField
impl Sync for CThostFtdcExchangeExecOrderActionField
impl Unpin for CThostFtdcExchangeExecOrderActionField
impl UnwindSafe for CThostFtdcExchangeExecOrderActionField
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