#[repr(C)]pub struct CThostFtdcForQuoteParamField {
pub BrokerID: TThostFtdcBrokerIDType,
pub InstrumentID: TThostFtdcInstrumentIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub LastPrice: TThostFtdcPriceType,
pub PriceInterval: TThostFtdcPriceType,
}
Expand description
询价价差参数
Fields§
§BrokerID: TThostFtdcBrokerIDType
经纪公司代码
InstrumentID: TThostFtdcInstrumentIDType
合约代码
ExchangeID: TThostFtdcExchangeIDType
交易所代码
LastPrice: TThostFtdcPriceType
最新价
PriceInterval: TThostFtdcPriceType
价差
Trait Implementations§
Source§impl Clone for CThostFtdcForQuoteParamField
impl Clone for CThostFtdcForQuoteParamField
Source§impl Default for CThostFtdcForQuoteParamField
impl Default for CThostFtdcForQuoteParamField
Source§fn default() -> CThostFtdcForQuoteParamField
fn default() -> CThostFtdcForQuoteParamField
Returns the “default value” for a type. Read more
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