#[repr(C)]pub struct CThostFtdcExchangeCombActionField {Show 20 fields
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 IPAddress: TThostFtdcIPAddressType,
pub MacAddress: TThostFtdcMacAddressType,
pub ComTradeID: TThostFtdcTradeIDType,
pub BranchID: TThostFtdcBranchIDType,
}
Expand description
交易所申请组合信息
Fields§
§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
序号
IPAddress: TThostFtdcIPAddressType
IP地址
MacAddress: TThostFtdcMacAddressType
Mac地址
ComTradeID: TThostFtdcTradeIDType
组合编号
BranchID: TThostFtdcBranchIDType
营业部编号
Trait Implementations§
Source§impl Default for CThostFtdcExchangeCombActionField
impl Default for CThostFtdcExchangeCombActionField
Source§fn default() -> CThostFtdcExchangeCombActionField
fn default() -> CThostFtdcExchangeCombActionField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcExchangeCombActionField
Auto Trait Implementations§
impl Freeze for CThostFtdcExchangeCombActionField
impl RefUnwindSafe for CThostFtdcExchangeCombActionField
impl Send for CThostFtdcExchangeCombActionField
impl Sync for CThostFtdcExchangeCombActionField
impl Unpin for CThostFtdcExchangeCombActionField
impl UnwindSafe for CThostFtdcExchangeCombActionField
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