#[repr(C)]pub struct CThostFtdcExchangeOptionSelfCloseActionField {Show 21 fields
pub ExchangeID: TThostFtdcExchangeIDType,
pub OptionSelfCloseSysID: TThostFtdcOrderSysIDType,
pub ActionFlag: TThostFtdcActionFlagType,
pub ActionDate: TThostFtdcDateType,
pub ActionTime: TThostFtdcTimeType,
pub TraderID: TThostFtdcTraderIDType,
pub InstallID: TThostFtdcInstallIDType,
pub OptionSelfCloseLocalID: TThostFtdcOrderLocalIDType,
pub ActionLocalID: TThostFtdcOrderLocalIDType,
pub ParticipantID: TThostFtdcParticipantIDType,
pub ClientID: TThostFtdcClientIDType,
pub BusinessUnit: TThostFtdcBusinessUnitType,
pub OrderActionStatus: TThostFtdcOrderActionStatusType,
pub UserID: TThostFtdcUserIDType,
pub BranchID: TThostFtdcBranchIDType,
pub reserve1: TThostFtdcOldIPAddressType,
pub MacAddress: TThostFtdcMacAddressType,
pub reserve2: TThostFtdcOldExchangeInstIDType,
pub OptSelfCloseFlag: TThostFtdcOptSelfCloseFlagType,
pub IPAddress: TThostFtdcIPAddressType,
pub ExchangeInstID: TThostFtdcExchangeInstIDType,
}Fields§
§ExchangeID: TThostFtdcExchangeIDType§OptionSelfCloseSysID: TThostFtdcOrderSysIDType§ActionFlag: TThostFtdcActionFlagType§ActionDate: TThostFtdcDateType§ActionTime: TThostFtdcTimeType§TraderID: TThostFtdcTraderIDType§InstallID: TThostFtdcInstallIDType§OptionSelfCloseLocalID: TThostFtdcOrderLocalIDType§ActionLocalID: TThostFtdcOrderLocalIDType§ParticipantID: TThostFtdcParticipantIDType§ClientID: TThostFtdcClientIDType§BusinessUnit: TThostFtdcBusinessUnitType§OrderActionStatus: TThostFtdcOrderActionStatusType§UserID: TThostFtdcUserIDType§BranchID: TThostFtdcBranchIDType§reserve1: TThostFtdcOldIPAddressType§MacAddress: TThostFtdcMacAddressType§reserve2: TThostFtdcOldExchangeInstIDType§OptSelfCloseFlag: TThostFtdcOptSelfCloseFlagType§IPAddress: TThostFtdcIPAddressType§ExchangeInstID: TThostFtdcExchangeInstIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcExchangeOptionSelfCloseActionField
impl Clone for CThostFtdcExchangeOptionSelfCloseActionField
Source§fn clone(&self) -> CThostFtdcExchangeOptionSelfCloseActionField
fn clone(&self) -> CThostFtdcExchangeOptionSelfCloseActionField
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 CThostFtdcExchangeOptionSelfCloseActionField
Auto Trait Implementations§
impl Freeze for CThostFtdcExchangeOptionSelfCloseActionField
impl RefUnwindSafe for CThostFtdcExchangeOptionSelfCloseActionField
impl Send for CThostFtdcExchangeOptionSelfCloseActionField
impl Sync for CThostFtdcExchangeOptionSelfCloseActionField
impl Unpin for CThostFtdcExchangeOptionSelfCloseActionField
impl UnwindSafe for CThostFtdcExchangeOptionSelfCloseActionField
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