#[repr(C)]pub struct CThostFtdcInputExecOrderField {Show 21 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,
}
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: TThostFtdcIPAddressType
IP地址
MacAddress: TThostFtdcMacAddressType
Mac地址
Trait Implementations§
Source§impl Default for CThostFtdcInputExecOrderField
impl Default for CThostFtdcInputExecOrderField
Source§fn default() -> CThostFtdcInputExecOrderField
fn default() -> CThostFtdcInputExecOrderField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcInputExecOrderField
Auto Trait Implementations§
impl Freeze for CThostFtdcInputExecOrderField
impl RefUnwindSafe for CThostFtdcInputExecOrderField
impl Send for CThostFtdcInputExecOrderField
impl Sync for CThostFtdcInputExecOrderField
impl Unpin for CThostFtdcInputExecOrderField
impl UnwindSafe for CThostFtdcInputExecOrderField
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