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