#[repr(C)]pub struct CThostFtdcQryForQuoteParamField {
pub BrokerID: TThostFtdcBrokerIDType,
pub InstrumentID: TThostFtdcInstrumentIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
}
Expand description
查询询价价差参数
Fields§
§BrokerID: TThostFtdcBrokerIDType
经纪公司代码
InstrumentID: TThostFtdcInstrumentIDType
合约代码
ExchangeID: TThostFtdcExchangeIDType
交易所代码
Trait Implementations§
Source§impl Default for CThostFtdcQryForQuoteParamField
impl Default for CThostFtdcQryForQuoteParamField
Source§fn default() -> CThostFtdcQryForQuoteParamField
fn default() -> CThostFtdcQryForQuoteParamField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcQryForQuoteParamField
Auto Trait Implementations§
impl Freeze for CThostFtdcQryForQuoteParamField
impl RefUnwindSafe for CThostFtdcQryForQuoteParamField
impl Send for CThostFtdcQryForQuoteParamField
impl Sync for CThostFtdcQryForQuoteParamField
impl Unpin for CThostFtdcQryForQuoteParamField
impl UnwindSafe for CThostFtdcQryForQuoteParamField
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