#[repr(C)]pub struct CThostFtdcQryForQuoteField {
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub reserve1: TThostFtdcOldInstrumentIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub InsertTimeStart: TThostFtdcTimeType,
pub InsertTimeEnd: TThostFtdcTimeType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
pub InstrumentID: TThostFtdcInstrumentIDType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§reserve1: TThostFtdcOldInstrumentIDType§ExchangeID: TThostFtdcExchangeIDType§InsertTimeStart: TThostFtdcTimeType§InsertTimeEnd: TThostFtdcTimeType§InvestUnitID: TThostFtdcInvestUnitIDType§InstrumentID: TThostFtdcInstrumentIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcQryForQuoteField
impl Clone for CThostFtdcQryForQuoteField
Source§fn clone(&self) -> CThostFtdcQryForQuoteField
fn clone(&self) -> CThostFtdcQryForQuoteField
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 CThostFtdcQryForQuoteField
impl Debug for CThostFtdcQryForQuoteField
impl Copy for CThostFtdcQryForQuoteField
Auto Trait Implementations§
impl Freeze for CThostFtdcQryForQuoteField
impl RefUnwindSafe for CThostFtdcQryForQuoteField
impl Send for CThostFtdcQryForQuoteField
impl Sync for CThostFtdcQryForQuoteField
impl Unpin for CThostFtdcQryForQuoteField
impl UnwindSafe for CThostFtdcQryForQuoteField
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