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