#[repr(C)]pub struct CThostFtdcInputOptionSelfCloseActionField {Show 17 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 reserve1: TThostFtdcOldInstrumentIDType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
pub reserve2: TThostFtdcOldIPAddressType,
pub MacAddress: TThostFtdcMacAddressType,
pub InstrumentID: TThostFtdcInstrumentIDType,
pub IPAddress: TThostFtdcIPAddressType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§OptionSelfCloseActionRef: TThostFtdcOrderActionRefType§OptionSelfCloseRef: TThostFtdcOrderRefType§RequestID: TThostFtdcRequestIDType§FrontID: TThostFtdcFrontIDType§SessionID: TThostFtdcSessionIDType§ExchangeID: TThostFtdcExchangeIDType§OptionSelfCloseSysID: TThostFtdcOrderSysIDType§ActionFlag: TThostFtdcActionFlagType§UserID: TThostFtdcUserIDType§reserve1: TThostFtdcOldInstrumentIDType§InvestUnitID: TThostFtdcInvestUnitIDType§reserve2: TThostFtdcOldIPAddressType§MacAddress: TThostFtdcMacAddressType§InstrumentID: TThostFtdcInstrumentIDType§IPAddress: TThostFtdcIPAddressTypeTrait Implementations§
Source§impl Clone for CThostFtdcInputOptionSelfCloseActionField
impl Clone for CThostFtdcInputOptionSelfCloseActionField
Source§fn clone(&self) -> CThostFtdcInputOptionSelfCloseActionField
fn clone(&self) -> CThostFtdcInputOptionSelfCloseActionField
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 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