#[repr(C)]pub struct CThostFtdcForQuoteField {Show 26 fields
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub reserve1: TThostFtdcOldInstrumentIDType,
pub ForQuoteRef: TThostFtdcOrderRefType,
pub UserID: TThostFtdcUserIDType,
pub ForQuoteLocalID: TThostFtdcOrderLocalIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub ParticipantID: TThostFtdcParticipantIDType,
pub ClientID: TThostFtdcClientIDType,
pub reserve2: TThostFtdcOldExchangeInstIDType,
pub TraderID: TThostFtdcTraderIDType,
pub InstallID: TThostFtdcInstallIDType,
pub InsertDate: TThostFtdcDateType,
pub InsertTime: TThostFtdcTimeType,
pub ForQuoteStatus: TThostFtdcForQuoteStatusType,
pub FrontID: TThostFtdcFrontIDType,
pub SessionID: TThostFtdcSessionIDType,
pub StatusMsg: TThostFtdcErrorMsgType,
pub ActiveUserID: TThostFtdcUserIDType,
pub BrokerForQutoSeq: TThostFtdcSequenceNoType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
pub reserve3: TThostFtdcOldIPAddressType,
pub MacAddress: TThostFtdcMacAddressType,
pub InstrumentID: TThostFtdcInstrumentIDType,
pub ExchangeInstID: TThostFtdcExchangeInstIDType,
pub IPAddress: TThostFtdcIPAddressType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§reserve1: TThostFtdcOldInstrumentIDType§ForQuoteRef: TThostFtdcOrderRefType§UserID: TThostFtdcUserIDType§ForQuoteLocalID: TThostFtdcOrderLocalIDType§ExchangeID: TThostFtdcExchangeIDType§ParticipantID: TThostFtdcParticipantIDType§ClientID: TThostFtdcClientIDType§reserve2: TThostFtdcOldExchangeInstIDType§TraderID: TThostFtdcTraderIDType§InstallID: TThostFtdcInstallIDType§InsertDate: TThostFtdcDateType§InsertTime: TThostFtdcTimeType§ForQuoteStatus: TThostFtdcForQuoteStatusType§FrontID: TThostFtdcFrontIDType§SessionID: TThostFtdcSessionIDType§StatusMsg: TThostFtdcErrorMsgType§ActiveUserID: TThostFtdcUserIDType§BrokerForQutoSeq: TThostFtdcSequenceNoType§InvestUnitID: TThostFtdcInvestUnitIDType§reserve3: TThostFtdcOldIPAddressType§MacAddress: TThostFtdcMacAddressType§InstrumentID: TThostFtdcInstrumentIDType§ExchangeInstID: TThostFtdcExchangeInstIDType§IPAddress: TThostFtdcIPAddressTypeTrait Implementations§
Source§impl Clone for CThostFtdcForQuoteField
impl Clone for CThostFtdcForQuoteField
Source§fn clone(&self) -> CThostFtdcForQuoteField
fn clone(&self) -> CThostFtdcForQuoteField
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 moreSource§impl Debug for CThostFtdcForQuoteField
impl Debug for CThostFtdcForQuoteField
impl Copy for CThostFtdcForQuoteField
Auto Trait Implementations§
impl Freeze for CThostFtdcForQuoteField
impl RefUnwindSafe for CThostFtdcForQuoteField
impl Send for CThostFtdcForQuoteField
impl Sync for CThostFtdcForQuoteField
impl Unpin for CThostFtdcForQuoteField
impl UnwindSafe for CThostFtdcForQuoteField
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