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