#[repr(C)]pub struct CThostFtdcExchangeOptionSelfCloseField {Show 28 fields
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 reserve1: 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 BranchID: TThostFtdcBranchIDType,
pub reserve2: TThostFtdcOldIPAddressType,
pub MacAddress: TThostFtdcMacAddressType,
pub ExchangeInstID: TThostFtdcExchangeInstIDType,
pub IPAddress: TThostFtdcIPAddressType,
}Fields§
§Volume: TThostFtdcVolumeType§RequestID: TThostFtdcRequestIDType§BusinessUnit: TThostFtdcBusinessUnitType§HedgeFlag: TThostFtdcHedgeFlagType§OptSelfCloseFlag: TThostFtdcOptSelfCloseFlagType§OptionSelfCloseLocalID: TThostFtdcOrderLocalIDType§ExchangeID: TThostFtdcExchangeIDType§ParticipantID: TThostFtdcParticipantIDType§ClientID: TThostFtdcClientIDType§reserve1: 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§BranchID: TThostFtdcBranchIDType§reserve2: TThostFtdcOldIPAddressType§MacAddress: TThostFtdcMacAddressType§ExchangeInstID: TThostFtdcExchangeInstIDType§IPAddress: TThostFtdcIPAddressTypeTrait Implementations§
Source§impl Clone for CThostFtdcExchangeOptionSelfCloseField
impl Clone for CThostFtdcExchangeOptionSelfCloseField
Source§fn clone(&self) -> CThostFtdcExchangeOptionSelfCloseField
fn clone(&self) -> CThostFtdcExchangeOptionSelfCloseField
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 CThostFtdcExchangeOptionSelfCloseField
Auto Trait Implementations§
impl Freeze for CThostFtdcExchangeOptionSelfCloseField
impl RefUnwindSafe for CThostFtdcExchangeOptionSelfCloseField
impl Send for CThostFtdcExchangeOptionSelfCloseField
impl Sync for CThostFtdcExchangeOptionSelfCloseField
impl Unpin for CThostFtdcExchangeOptionSelfCloseField
impl UnwindSafe for CThostFtdcExchangeOptionSelfCloseField
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