#[repr(C)]pub struct CThostFtdcInputOptionSelfCloseActionField {Show 15 fields
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub OptionSelfCloseActionRef: TThostFtdcOrderActionRefType,
pub OptionSelfCloseRef: TThostFtdcOrderRefType,
pub RequestID: TThostFtdcRequestIDType,
pub FrontID: TThostFtdcFrontIDType,
pub SessionID: TThostFtdcSessionIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub OptionSelfCloseSysID: TThostFtdcOrderSysIDType,
pub ActionFlag: TThostFtdcActionFlagType,
pub UserID: TThostFtdcUserIDType,
pub InstrumentID: TThostFtdcInstrumentIDType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
pub IPAddress: TThostFtdcIPAddressType,
pub MacAddress: TThostFtdcMacAddressType,
}
Expand description
输入期权自对冲操作
Fields§
§BrokerID: TThostFtdcBrokerIDType
经纪公司代码
InvestorID: TThostFtdcInvestorIDType
投资者代码
OptionSelfCloseActionRef: TThostFtdcOrderActionRefType
期权自对冲操作引用
OptionSelfCloseRef: TThostFtdcOrderRefType
期权自对冲引用
RequestID: TThostFtdcRequestIDType
请求编号
FrontID: TThostFtdcFrontIDType
前置编号
SessionID: TThostFtdcSessionIDType
会话编号
ExchangeID: TThostFtdcExchangeIDType
交易所代码
OptionSelfCloseSysID: TThostFtdcOrderSysIDType
期权自对冲操作编号
ActionFlag: TThostFtdcActionFlagType
操作标志
UserID: TThostFtdcUserIDType
用户代码
InstrumentID: TThostFtdcInstrumentIDType
合约代码
InvestUnitID: TThostFtdcInvestUnitIDType
投资单元代码
IPAddress: TThostFtdcIPAddressType
IP地址
MacAddress: TThostFtdcMacAddressType
Mac地址
Trait Implementations§
Source§impl Default for CThostFtdcInputOptionSelfCloseActionField
impl Default for CThostFtdcInputOptionSelfCloseActionField
Source§fn default() -> CThostFtdcInputOptionSelfCloseActionField
fn default() -> CThostFtdcInputOptionSelfCloseActionField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcInputOptionSelfCloseActionField
Auto Trait Implementations§
impl Freeze for CThostFtdcInputOptionSelfCloseActionField
impl RefUnwindSafe for CThostFtdcInputOptionSelfCloseActionField
impl Send for CThostFtdcInputOptionSelfCloseActionField
impl Sync for CThostFtdcInputOptionSelfCloseActionField
impl Unpin for CThostFtdcInputOptionSelfCloseActionField
impl UnwindSafe for CThostFtdcInputOptionSelfCloseActionField
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