#[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: TThostFtdcIPAddressTypeIP地址
MacAddress: TThostFtdcMacAddressTypeMac地址
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