#[repr(C)]pub struct CThostFtdcParkedOrderField {Show 35 fields
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub InstrumentID: TThostFtdcInstrumentIDType,
pub OrderRef: TThostFtdcOrderRefType,
pub UserID: TThostFtdcUserIDType,
pub OrderPriceType: TThostFtdcOrderPriceTypeType,
pub Direction: TThostFtdcDirectionType,
pub CombOffsetFlag: TThostFtdcCombOffsetFlagType,
pub CombHedgeFlag: TThostFtdcCombHedgeFlagType,
pub LimitPrice: TThostFtdcPriceType,
pub VolumeTotalOriginal: TThostFtdcVolumeType,
pub TimeCondition: TThostFtdcTimeConditionType,
pub GTDDate: TThostFtdcDateType,
pub VolumeCondition: TThostFtdcVolumeConditionType,
pub MinVolume: TThostFtdcVolumeType,
pub ContingentCondition: TThostFtdcContingentConditionType,
pub StopPrice: TThostFtdcPriceType,
pub ForceCloseReason: TThostFtdcForceCloseReasonType,
pub IsAutoSuspend: TThostFtdcBoolType,
pub BusinessUnit: TThostFtdcBusinessUnitType,
pub RequestID: TThostFtdcRequestIDType,
pub UserForceClose: TThostFtdcBoolType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub ParkedOrderID: TThostFtdcParkedOrderIDType,
pub UserType: TThostFtdcUserTypeType,
pub Status: TThostFtdcParkedOrderStatusType,
pub ErrorID: TThostFtdcErrorIDType,
pub ErrorMsg: TThostFtdcErrorMsgType,
pub IsSwapOrder: TThostFtdcBoolType,
pub AccountID: TThostFtdcAccountIDType,
pub CurrencyID: TThostFtdcCurrencyIDType,
pub ClientID: TThostFtdcClientIDType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
pub IPAddress: TThostFtdcIPAddressType,
pub MacAddress: TThostFtdcMacAddressType,
}
Expand description
预埋单
Fields§
§BrokerID: TThostFtdcBrokerIDType
经纪公司代码
InvestorID: TThostFtdcInvestorIDType
投资者代码
InstrumentID: TThostFtdcInstrumentIDType
合约代码
OrderRef: TThostFtdcOrderRefType
报单引用
UserID: TThostFtdcUserIDType
用户代码
OrderPriceType: TThostFtdcOrderPriceTypeType
报单价格条件
Direction: TThostFtdcDirectionType
买卖方向
CombOffsetFlag: TThostFtdcCombOffsetFlagType
组合开平标志
CombHedgeFlag: TThostFtdcCombHedgeFlagType
组合投机套保标志
LimitPrice: TThostFtdcPriceType
价格
VolumeTotalOriginal: TThostFtdcVolumeType
数量
TimeCondition: TThostFtdcTimeConditionType
有效期类型
GTDDate: TThostFtdcDateType
GTD日期
VolumeCondition: TThostFtdcVolumeConditionType
成交量类型
MinVolume: TThostFtdcVolumeType
最小成交量
ContingentCondition: TThostFtdcContingentConditionType
触发条件
StopPrice: TThostFtdcPriceType
止损价
ForceCloseReason: TThostFtdcForceCloseReasonType
强平原因
IsAutoSuspend: TThostFtdcBoolType
自动挂起标志
BusinessUnit: TThostFtdcBusinessUnitType
业务单元
RequestID: TThostFtdcRequestIDType
请求编号
UserForceClose: TThostFtdcBoolType
用户强评标志
ExchangeID: TThostFtdcExchangeIDType
交易所代码
ParkedOrderID: TThostFtdcParkedOrderIDType
预埋报单编号
UserType: TThostFtdcUserTypeType
用户类型
Status: TThostFtdcParkedOrderStatusType
预埋单状态
ErrorID: TThostFtdcErrorIDType
错误代码
ErrorMsg: TThostFtdcErrorMsgType
错误信息
IsSwapOrder: TThostFtdcBoolType
互换单标志
AccountID: TThostFtdcAccountIDType
资金账号
CurrencyID: TThostFtdcCurrencyIDType
币种代码
ClientID: TThostFtdcClientIDType
交易编码
InvestUnitID: TThostFtdcInvestUnitIDType
投资单元代码
IPAddress: TThostFtdcIPAddressType
IP地址
MacAddress: TThostFtdcMacAddressType
Mac地址
Trait Implementations§
Source§impl Clone for CThostFtdcParkedOrderField
impl Clone for CThostFtdcParkedOrderField
Source§impl Default for CThostFtdcParkedOrderField
impl Default for CThostFtdcParkedOrderField
impl Copy for CThostFtdcParkedOrderField
Auto Trait Implementations§
impl Freeze for CThostFtdcParkedOrderField
impl RefUnwindSafe for CThostFtdcParkedOrderField
impl Send for CThostFtdcParkedOrderField
impl Sync for CThostFtdcParkedOrderField
impl Unpin for CThostFtdcParkedOrderField
impl UnwindSafe for CThostFtdcParkedOrderField
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