#[repr(C)]pub struct CThostFtdcCombActionField {Show 30 fields
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub InstrumentID: TThostFtdcInstrumentIDType,
pub CombActionRef: TThostFtdcOrderRefType,
pub UserID: TThostFtdcUserIDType,
pub Direction: TThostFtdcDirectionType,
pub Volume: TThostFtdcVolumeType,
pub CombDirection: TThostFtdcCombDirectionType,
pub HedgeFlag: TThostFtdcHedgeFlagType,
pub ActionLocalID: TThostFtdcOrderLocalIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub ParticipantID: TThostFtdcParticipantIDType,
pub ClientID: TThostFtdcClientIDType,
pub ExchangeInstID: TThostFtdcExchangeInstIDType,
pub TraderID: TThostFtdcTraderIDType,
pub InstallID: TThostFtdcInstallIDType,
pub ActionStatus: TThostFtdcOrderActionStatusType,
pub NotifySequence: TThostFtdcSequenceNoType,
pub TradingDay: TThostFtdcDateType,
pub SettlementID: TThostFtdcSettlementIDType,
pub SequenceNo: TThostFtdcSequenceNoType,
pub FrontID: TThostFtdcFrontIDType,
pub SessionID: TThostFtdcSessionIDType,
pub UserProductInfo: TThostFtdcProductInfoType,
pub StatusMsg: TThostFtdcErrorMsgType,
pub IPAddress: TThostFtdcIPAddressType,
pub MacAddress: TThostFtdcMacAddressType,
pub ComTradeID: TThostFtdcTradeIDType,
pub BranchID: TThostFtdcBranchIDType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
}
Expand description
申请组合
Fields§
§BrokerID: TThostFtdcBrokerIDType
经纪公司代码
InvestorID: TThostFtdcInvestorIDType
投资者代码
InstrumentID: TThostFtdcInstrumentIDType
合约代码
CombActionRef: TThostFtdcOrderRefType
组合引用
UserID: TThostFtdcUserIDType
用户代码
Direction: TThostFtdcDirectionType
买卖方向
Volume: TThostFtdcVolumeType
数量
CombDirection: TThostFtdcCombDirectionType
组合指令方向
HedgeFlag: TThostFtdcHedgeFlagType
投机套保标志
ActionLocalID: TThostFtdcOrderLocalIDType
本地申请组合编号
ExchangeID: TThostFtdcExchangeIDType
交易所代码
ParticipantID: TThostFtdcParticipantIDType
会员代码
ClientID: TThostFtdcClientIDType
客户代码
ExchangeInstID: TThostFtdcExchangeInstIDType
合约在交易所的代码
TraderID: TThostFtdcTraderIDType
交易所交易员代码
InstallID: TThostFtdcInstallIDType
安装编号
ActionStatus: TThostFtdcOrderActionStatusType
组合状态
NotifySequence: TThostFtdcSequenceNoType
报单提示序号
TradingDay: TThostFtdcDateType
交易日
SettlementID: TThostFtdcSettlementIDType
结算编号
SequenceNo: TThostFtdcSequenceNoType
序号
FrontID: TThostFtdcFrontIDType
前置编号
SessionID: TThostFtdcSessionIDType
会话编号
UserProductInfo: TThostFtdcProductInfoType
用户端产品信息
StatusMsg: TThostFtdcErrorMsgType
状态信息
IPAddress: TThostFtdcIPAddressType
IP地址
MacAddress: TThostFtdcMacAddressType
Mac地址
ComTradeID: TThostFtdcTradeIDType
组合编号
BranchID: TThostFtdcBranchIDType
营业部编号
InvestUnitID: TThostFtdcInvestUnitIDType
投资单元代码
Trait Implementations§
Source§impl Clone for CThostFtdcCombActionField
impl Clone for CThostFtdcCombActionField
Source§impl Default for CThostFtdcCombActionField
impl Default for CThostFtdcCombActionField
impl Copy for CThostFtdcCombActionField
Auto Trait Implementations§
impl Freeze for CThostFtdcCombActionField
impl RefUnwindSafe for CThostFtdcCombActionField
impl Send for CThostFtdcCombActionField
impl Sync for CThostFtdcCombActionField
impl Unpin for CThostFtdcCombActionField
impl UnwindSafe for CThostFtdcCombActionField
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