#[repr(C)]pub struct CThostFtdcExchangeForQuoteField {Show 14 fields
pub ForQuoteLocalID: TThostFtdcOrderLocalIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub ParticipantID: TThostFtdcParticipantIDType,
pub ClientID: TThostFtdcClientIDType,
pub reserve1: TThostFtdcOldExchangeInstIDType,
pub TraderID: TThostFtdcTraderIDType,
pub InstallID: TThostFtdcInstallIDType,
pub InsertDate: TThostFtdcDateType,
pub InsertTime: TThostFtdcTimeType,
pub ForQuoteStatus: TThostFtdcForQuoteStatusType,
pub reserve2: TThostFtdcOldIPAddressType,
pub MacAddress: TThostFtdcMacAddressType,
pub ExchangeInstID: TThostFtdcExchangeInstIDType,
pub IPAddress: TThostFtdcIPAddressType,
}Fields§
§ForQuoteLocalID: TThostFtdcOrderLocalIDType§ExchangeID: TThostFtdcExchangeIDType§ParticipantID: TThostFtdcParticipantIDType§ClientID: TThostFtdcClientIDType§reserve1: TThostFtdcOldExchangeInstIDType§TraderID: TThostFtdcTraderIDType§InstallID: TThostFtdcInstallIDType§InsertDate: TThostFtdcDateType§InsertTime: TThostFtdcTimeType§ForQuoteStatus: TThostFtdcForQuoteStatusType§reserve2: TThostFtdcOldIPAddressType§MacAddress: TThostFtdcMacAddressType§ExchangeInstID: TThostFtdcExchangeInstIDType§IPAddress: TThostFtdcIPAddressTypeTrait Implementations§
source§impl Clone for CThostFtdcExchangeForQuoteField
impl Clone for CThostFtdcExchangeForQuoteField
source§fn clone(&self) -> CThostFtdcExchangeForQuoteField
fn clone(&self) -> CThostFtdcExchangeForQuoteField
Returns a copy 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 CThostFtdcExchangeForQuoteField
Auto Trait Implementations§
impl Freeze for CThostFtdcExchangeForQuoteField
impl RefUnwindSafe for CThostFtdcExchangeForQuoteField
impl Send for CThostFtdcExchangeForQuoteField
impl Sync for CThostFtdcExchangeForQuoteField
impl Unpin for CThostFtdcExchangeForQuoteField
impl UnwindSafe for CThostFtdcExchangeForQuoteField
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