#[repr(C)]pub struct CThostFtdcInputOptionSelfCloseField {Show 17 fields
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub InstrumentID: TThostFtdcInstrumentIDType,
pub OptionSelfCloseRef: TThostFtdcOrderRefType,
pub UserID: TThostFtdcUserIDType,
pub Volume: TThostFtdcVolumeType,
pub RequestID: TThostFtdcRequestIDType,
pub BusinessUnit: TThostFtdcBusinessUnitType,
pub HedgeFlag: TThostFtdcHedgeFlagType,
pub OptSelfCloseFlag: TThostFtdcOptSelfCloseFlagType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
pub AccountID: TThostFtdcAccountIDType,
pub CurrencyID: TThostFtdcCurrencyIDType,
pub ClientID: TThostFtdcClientIDType,
pub IPAddress: TThostFtdcIPAddressType,
pub MacAddress: TThostFtdcMacAddressType,
}
Expand description
输入的期权自对冲
Fields§
§BrokerID: TThostFtdcBrokerIDType
经纪公司代码
InvestorID: TThostFtdcInvestorIDType
投资者代码
InstrumentID: TThostFtdcInstrumentIDType
合约代码
OptionSelfCloseRef: TThostFtdcOrderRefType
期权自对冲引用
UserID: TThostFtdcUserIDType
用户代码
Volume: TThostFtdcVolumeType
数量
RequestID: TThostFtdcRequestIDType
请求编号
BusinessUnit: TThostFtdcBusinessUnitType
业务单元
HedgeFlag: TThostFtdcHedgeFlagType
投机套保标志
OptSelfCloseFlag: TThostFtdcOptSelfCloseFlagType
期权行权的头寸是否自对冲
ExchangeID: TThostFtdcExchangeIDType
交易所代码
InvestUnitID: TThostFtdcInvestUnitIDType
投资单元代码
AccountID: TThostFtdcAccountIDType
资金账号
CurrencyID: TThostFtdcCurrencyIDType
币种代码
ClientID: TThostFtdcClientIDType
交易编码
IPAddress: TThostFtdcIPAddressType
IP地址
MacAddress: TThostFtdcMacAddressType
Mac地址
Trait Implementations§
Source§impl Default for CThostFtdcInputOptionSelfCloseField
impl Default for CThostFtdcInputOptionSelfCloseField
Source§fn default() -> CThostFtdcInputOptionSelfCloseField
fn default() -> CThostFtdcInputOptionSelfCloseField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcInputOptionSelfCloseField
Auto Trait Implementations§
impl Freeze for CThostFtdcInputOptionSelfCloseField
impl RefUnwindSafe for CThostFtdcInputOptionSelfCloseField
impl Send for CThostFtdcInputOptionSelfCloseField
impl Sync for CThostFtdcInputOptionSelfCloseField
impl Unpin for CThostFtdcInputOptionSelfCloseField
impl UnwindSafe for CThostFtdcInputOptionSelfCloseField
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