#[repr(C)]pub struct CThostFtdcOrderActionField {Show 29 fields
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub OrderActionRef: TThostFtdcOrderActionRefType,
pub OrderRef: TThostFtdcOrderRefType,
pub RequestID: TThostFtdcRequestIDType,
pub FrontID: TThostFtdcFrontIDType,
pub SessionID: TThostFtdcSessionIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub OrderSysID: TThostFtdcOrderSysIDType,
pub ActionFlag: TThostFtdcActionFlagType,
pub LimitPrice: TThostFtdcPriceType,
pub VolumeChange: TThostFtdcVolumeType,
pub ActionDate: TThostFtdcDateType,
pub ActionTime: TThostFtdcTimeType,
pub TraderID: TThostFtdcTraderIDType,
pub InstallID: TThostFtdcInstallIDType,
pub OrderLocalID: TThostFtdcOrderLocalIDType,
pub ActionLocalID: TThostFtdcOrderLocalIDType,
pub ParticipantID: TThostFtdcParticipantIDType,
pub ClientID: TThostFtdcClientIDType,
pub BusinessUnit: TThostFtdcBusinessUnitType,
pub OrderActionStatus: TThostFtdcOrderActionStatusType,
pub UserID: TThostFtdcUserIDType,
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
投资者代码
OrderActionRef: TThostFtdcOrderActionRefType
报单操作引用
OrderRef: TThostFtdcOrderRefType
报单引用
RequestID: TThostFtdcRequestIDType
请求编号
FrontID: TThostFtdcFrontIDType
前置编号
SessionID: TThostFtdcSessionIDType
会话编号
ExchangeID: TThostFtdcExchangeIDType
交易所代码
OrderSysID: TThostFtdcOrderSysIDType
报单编号
ActionFlag: TThostFtdcActionFlagType
操作标志
LimitPrice: TThostFtdcPriceType
价格
VolumeChange: TThostFtdcVolumeType
数量变化
ActionDate: TThostFtdcDateType
操作日期
ActionTime: TThostFtdcTimeType
操作时间
TraderID: TThostFtdcTraderIDType
交易所交易员代码
InstallID: TThostFtdcInstallIDType
安装编号
OrderLocalID: TThostFtdcOrderLocalIDType
本地报单编号
ActionLocalID: TThostFtdcOrderLocalIDType
操作本地编号
ParticipantID: TThostFtdcParticipantIDType
会员代码
ClientID: TThostFtdcClientIDType
客户代码
BusinessUnit: TThostFtdcBusinessUnitType
业务单元
OrderActionStatus: TThostFtdcOrderActionStatusType
报单操作状态
UserID: TThostFtdcUserIDType
用户代码
StatusMsg: TThostFtdcErrorMsgType
状态信息
InstrumentID: TThostFtdcInstrumentIDType
合约代码
BranchID: TThostFtdcBranchIDType
营业部编号
InvestUnitID: TThostFtdcInvestUnitIDType
投资单元代码
IPAddress: TThostFtdcIPAddressType
IP地址
MacAddress: TThostFtdcMacAddressType
Mac地址
Trait Implementations§
Source§impl Clone for CThostFtdcOrderActionField
impl Clone for CThostFtdcOrderActionField
Source§impl Debug for CThostFtdcOrderActionField
impl Debug for CThostFtdcOrderActionField
Source§impl Default for CThostFtdcOrderActionField
impl Default for CThostFtdcOrderActionField
impl Copy for CThostFtdcOrderActionField
Auto Trait Implementations§
impl Freeze for CThostFtdcOrderActionField
impl RefUnwindSafe for CThostFtdcOrderActionField
impl Send for CThostFtdcOrderActionField
impl Sync for CThostFtdcOrderActionField
impl Unpin for CThostFtdcOrderActionField
impl UnwindSafe for CThostFtdcOrderActionField
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