#[repr(C)]pub struct CThostFtdcOptionSelfCloseField {Show 43 fields
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub reserve1: TThostFtdcOldInstrumentIDType,
pub OptionSelfCloseRef: TThostFtdcOrderRefType,
pub UserID: TThostFtdcUserIDType,
pub Volume: TThostFtdcVolumeType,
pub RequestID: TThostFtdcRequestIDType,
pub BusinessUnit: TThostFtdcBusinessUnitType,
pub HedgeFlag: TThostFtdcHedgeFlagType,
pub OptSelfCloseFlag: TThostFtdcOptSelfCloseFlagType,
pub OptionSelfCloseLocalID: TThostFtdcOrderLocalIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub ParticipantID: TThostFtdcParticipantIDType,
pub ClientID: TThostFtdcClientIDType,
pub reserve2: TThostFtdcOldExchangeInstIDType,
pub TraderID: TThostFtdcTraderIDType,
pub InstallID: TThostFtdcInstallIDType,
pub OrderSubmitStatus: TThostFtdcOrderSubmitStatusType,
pub NotifySequence: TThostFtdcSequenceNoType,
pub TradingDay: TThostFtdcDateType,
pub SettlementID: TThostFtdcSettlementIDType,
pub OptionSelfCloseSysID: TThostFtdcOrderSysIDType,
pub InsertDate: TThostFtdcDateType,
pub InsertTime: TThostFtdcTimeType,
pub CancelTime: TThostFtdcTimeType,
pub ExecResult: TThostFtdcExecResultType,
pub ClearingPartID: TThostFtdcParticipantIDType,
pub SequenceNo: TThostFtdcSequenceNoType,
pub FrontID: TThostFtdcFrontIDType,
pub SessionID: TThostFtdcSessionIDType,
pub UserProductInfo: TThostFtdcProductInfoType,
pub StatusMsg: TThostFtdcErrorMsgType,
pub ActiveUserID: TThostFtdcUserIDType,
pub BrokerOptionSelfCloseSeq: TThostFtdcSequenceNoType,
pub BranchID: TThostFtdcBranchIDType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
pub AccountID: TThostFtdcAccountIDType,
pub CurrencyID: TThostFtdcCurrencyIDType,
pub reserve3: TThostFtdcOldIPAddressType,
pub MacAddress: TThostFtdcMacAddressType,
pub InstrumentID: TThostFtdcInstrumentIDType,
pub ExchangeInstID: TThostFtdcExchangeInstIDType,
pub IPAddress: TThostFtdcIPAddressType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§reserve1: TThostFtdcOldInstrumentIDType§OptionSelfCloseRef: TThostFtdcOrderRefType§UserID: TThostFtdcUserIDType§Volume: TThostFtdcVolumeType§RequestID: TThostFtdcRequestIDType§BusinessUnit: TThostFtdcBusinessUnitType§HedgeFlag: TThostFtdcHedgeFlagType§OptSelfCloseFlag: TThostFtdcOptSelfCloseFlagType§OptionSelfCloseLocalID: TThostFtdcOrderLocalIDType§ExchangeID: TThostFtdcExchangeIDType§ParticipantID: TThostFtdcParticipantIDType§ClientID: TThostFtdcClientIDType§reserve2: TThostFtdcOldExchangeInstIDType§TraderID: TThostFtdcTraderIDType§InstallID: TThostFtdcInstallIDType§OrderSubmitStatus: TThostFtdcOrderSubmitStatusType§NotifySequence: TThostFtdcSequenceNoType§TradingDay: TThostFtdcDateType§SettlementID: TThostFtdcSettlementIDType§OptionSelfCloseSysID: TThostFtdcOrderSysIDType§InsertDate: TThostFtdcDateType§InsertTime: TThostFtdcTimeType§CancelTime: TThostFtdcTimeType§ExecResult: TThostFtdcExecResultType§ClearingPartID: TThostFtdcParticipantIDType§SequenceNo: TThostFtdcSequenceNoType§FrontID: TThostFtdcFrontIDType§SessionID: TThostFtdcSessionIDType§UserProductInfo: TThostFtdcProductInfoType§StatusMsg: TThostFtdcErrorMsgType§ActiveUserID: TThostFtdcUserIDType§BrokerOptionSelfCloseSeq: TThostFtdcSequenceNoType§BranchID: TThostFtdcBranchIDType§InvestUnitID: TThostFtdcInvestUnitIDType§AccountID: TThostFtdcAccountIDType§CurrencyID: TThostFtdcCurrencyIDType§reserve3: TThostFtdcOldIPAddressType§MacAddress: TThostFtdcMacAddressType§InstrumentID: TThostFtdcInstrumentIDType§ExchangeInstID: TThostFtdcExchangeInstIDType§IPAddress: TThostFtdcIPAddressTypeTrait Implementations§
Source§impl Clone for CThostFtdcOptionSelfCloseField
impl Clone for CThostFtdcOptionSelfCloseField
Source§fn clone(&self) -> CThostFtdcOptionSelfCloseField
fn clone(&self) -> CThostFtdcOptionSelfCloseField
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CThostFtdcOptionSelfCloseField
Auto Trait Implementations§
impl Freeze for CThostFtdcOptionSelfCloseField
impl RefUnwindSafe for CThostFtdcOptionSelfCloseField
impl Send for CThostFtdcOptionSelfCloseField
impl Sync for CThostFtdcOptionSelfCloseField
impl Unpin for CThostFtdcOptionSelfCloseField
impl UnwindSafe for CThostFtdcOptionSelfCloseField
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