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