#[repr(C)]pub struct CThostFtdcInputForQuoteField {
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub reserve1: TThostFtdcOldInstrumentIDType,
pub ForQuoteRef: TThostFtdcOrderRefType,
pub UserID: TThostFtdcUserIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
pub reserve2: TThostFtdcOldIPAddressType,
pub MacAddress: TThostFtdcMacAddressType,
pub InstrumentID: TThostFtdcInstrumentIDType,
pub IPAddress: TThostFtdcIPAddressType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§reserve1: TThostFtdcOldInstrumentIDType§ForQuoteRef: TThostFtdcOrderRefType§UserID: TThostFtdcUserIDType§ExchangeID: TThostFtdcExchangeIDType§InvestUnitID: TThostFtdcInvestUnitIDType§reserve2: TThostFtdcOldIPAddressType§MacAddress: TThostFtdcMacAddressType§InstrumentID: TThostFtdcInstrumentIDType§IPAddress: TThostFtdcIPAddressTypeTrait Implementations§
Source§impl Clone for CThostFtdcInputForQuoteField
impl Clone for CThostFtdcInputForQuoteField
Source§fn clone(&self) -> CThostFtdcInputForQuoteField
fn clone(&self) -> CThostFtdcInputForQuoteField
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 CThostFtdcInputForQuoteField
impl Debug for CThostFtdcInputForQuoteField
impl Copy for CThostFtdcInputForQuoteField
Auto Trait Implementations§
impl Freeze for CThostFtdcInputForQuoteField
impl RefUnwindSafe for CThostFtdcInputForQuoteField
impl Send for CThostFtdcInputForQuoteField
impl Sync for CThostFtdcInputForQuoteField
impl Unpin for CThostFtdcInputForQuoteField
impl UnwindSafe for CThostFtdcInputForQuoteField
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