#[repr(C)]pub struct CThostFtdcInputCombActionField {Show 13 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 ExchangeID: TThostFtdcExchangeIDType,
pub IPAddress: TThostFtdcIPAddressType,
pub MacAddress: TThostFtdcMacAddressType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
}Expand description
输入的申请组合
Fields§
§BrokerID: TThostFtdcBrokerIDType经纪公司代码
InvestorID: TThostFtdcInvestorIDType投资者代码
InstrumentID: TThostFtdcInstrumentIDType合约代码
CombActionRef: TThostFtdcOrderRefType组合引用
UserID: TThostFtdcUserIDType用户代码
Direction: TThostFtdcDirectionType买卖方向
Volume: TThostFtdcVolumeType数量
CombDirection: TThostFtdcCombDirectionType组合指令方向
HedgeFlag: TThostFtdcHedgeFlagType投机套保标志
ExchangeID: TThostFtdcExchangeIDType交易所代码
IPAddress: TThostFtdcIPAddressTypeIP地址
MacAddress: TThostFtdcMacAddressTypeMac地址
InvestUnitID: TThostFtdcInvestUnitIDType投资单元代码
Trait Implementations§
Source§impl Default for CThostFtdcInputCombActionField
impl Default for CThostFtdcInputCombActionField
Source§fn default() -> CThostFtdcInputCombActionField
fn default() -> CThostFtdcInputCombActionField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcInputCombActionField
Auto Trait Implementations§
impl Freeze for CThostFtdcInputCombActionField
impl RefUnwindSafe for CThostFtdcInputCombActionField
impl Send for CThostFtdcInputCombActionField
impl Sync for CThostFtdcInputCombActionField
impl Unpin for CThostFtdcInputCombActionField
impl UnwindSafe for CThostFtdcInputCombActionField
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