#[repr(C)]pub struct CThostFtdcInputQuoteActionField {Show 18 fields
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub QuoteActionRef: TThostFtdcOrderActionRefType,
pub QuoteRef: TThostFtdcOrderRefType,
pub RequestID: TThostFtdcRequestIDType,
pub FrontID: TThostFtdcFrontIDType,
pub SessionID: TThostFtdcSessionIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub QuoteSysID: TThostFtdcOrderSysIDType,
pub ActionFlag: TThostFtdcActionFlagType,
pub UserID: TThostFtdcUserIDType,
pub reserve1: TThostFtdcOldInstrumentIDType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
pub ClientID: TThostFtdcClientIDType,
pub reserve2: TThostFtdcOldIPAddressType,
pub MacAddress: TThostFtdcMacAddressType,
pub InstrumentID: TThostFtdcInstrumentIDType,
pub IPAddress: TThostFtdcIPAddressType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§QuoteActionRef: TThostFtdcOrderActionRefType§QuoteRef: TThostFtdcOrderRefType§RequestID: TThostFtdcRequestIDType§FrontID: TThostFtdcFrontIDType§SessionID: TThostFtdcSessionIDType§ExchangeID: TThostFtdcExchangeIDType§QuoteSysID: TThostFtdcOrderSysIDType§ActionFlag: TThostFtdcActionFlagType§UserID: TThostFtdcUserIDType§reserve1: TThostFtdcOldInstrumentIDType§InvestUnitID: TThostFtdcInvestUnitIDType§ClientID: TThostFtdcClientIDType§reserve2: TThostFtdcOldIPAddressType§MacAddress: TThostFtdcMacAddressType§InstrumentID: TThostFtdcInstrumentIDType§IPAddress: TThostFtdcIPAddressTypeTrait Implementations§
Source§impl Clone for CThostFtdcInputQuoteActionField
impl Clone for CThostFtdcInputQuoteActionField
Source§fn clone(&self) -> CThostFtdcInputQuoteActionField
fn clone(&self) -> CThostFtdcInputQuoteActionField
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 CThostFtdcInputQuoteActionField
Auto Trait Implementations§
impl Freeze for CThostFtdcInputQuoteActionField
impl RefUnwindSafe for CThostFtdcInputQuoteActionField
impl Send for CThostFtdcInputQuoteActionField
impl Sync for CThostFtdcInputQuoteActionField
impl Unpin for CThostFtdcInputQuoteActionField
impl UnwindSafe for CThostFtdcInputQuoteActionField
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