#[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: TThostFtdcIPAddressType
IP地址
MacAddress: TThostFtdcMacAddressType
Mac地址
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