#[repr(C)]pub struct CThostFtdcInputOrderActionField {Show 17 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 UserID: TThostFtdcUserIDType,
pub InstrumentID: TThostFtdcInstrumentIDType,
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
数量变化
UserID: TThostFtdcUserIDType
用户代码
InstrumentID: TThostFtdcInstrumentIDType
合约代码
InvestUnitID: TThostFtdcInvestUnitIDType
投资单元代码
IPAddress: TThostFtdcIPAddressType
IP地址
MacAddress: TThostFtdcMacAddressType
Mac地址
Trait Implementations§
Source§impl Default for CThostFtdcInputOrderActionField
impl Default for CThostFtdcInputOrderActionField
Source§fn default() -> CThostFtdcInputOrderActionField
fn default() -> CThostFtdcInputOrderActionField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcInputOrderActionField
Auto Trait Implementations§
impl Freeze for CThostFtdcInputOrderActionField
impl RefUnwindSafe for CThostFtdcInputOrderActionField
impl Send for CThostFtdcInputOrderActionField
impl Sync for CThostFtdcInputOrderActionField
impl Unpin for CThostFtdcInputOrderActionField
impl UnwindSafe for CThostFtdcInputOrderActionField
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