#[repr(C)]pub struct CThostFtdcForQuoteRspField {
pub TradingDay: TThostFtdcDateType,
pub reserve1: TThostFtdcOldInstrumentIDType,
pub ForQuoteSysID: TThostFtdcOrderSysIDType,
pub ForQuoteTime: TThostFtdcTimeType,
pub ActionDay: TThostFtdcDateType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub InstrumentID: TThostFtdcInstrumentIDType,
}Fields§
§TradingDay: TThostFtdcDateType§reserve1: TThostFtdcOldInstrumentIDType§ForQuoteSysID: TThostFtdcOrderSysIDType§ForQuoteTime: TThostFtdcTimeType§ActionDay: TThostFtdcDateType§ExchangeID: TThostFtdcExchangeIDType§InstrumentID: TThostFtdcInstrumentIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcForQuoteRspField
impl Clone for CThostFtdcForQuoteRspField
Source§fn clone(&self) -> CThostFtdcForQuoteRspField
fn clone(&self) -> CThostFtdcForQuoteRspField
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CThostFtdcForQuoteRspField
Auto Trait Implementations§
impl Freeze for CThostFtdcForQuoteRspField
impl RefUnwindSafe for CThostFtdcForQuoteRspField
impl Send for CThostFtdcForQuoteRspField
impl Sync for CThostFtdcForQuoteRspField
impl Unpin for CThostFtdcForQuoteRspField
impl UnsafeUnpin for CThostFtdcForQuoteRspField
impl UnwindSafe for CThostFtdcForQuoteRspField
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