#[repr(C)]pub struct CThostFtdcQryForQuoteField {
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub InstrumentID: TThostFtdcInstrumentIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub InsertTimeStart: TThostFtdcTimeType,
pub InsertTimeEnd: TThostFtdcTimeType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
}
Expand description
询价查询
Fields§
§BrokerID: TThostFtdcBrokerIDType
经纪公司代码
InvestorID: TThostFtdcInvestorIDType
投资者代码
InstrumentID: TThostFtdcInstrumentIDType
合约代码
ExchangeID: TThostFtdcExchangeIDType
交易所代码
InsertTimeStart: TThostFtdcTimeType
开始时间
InsertTimeEnd: TThostFtdcTimeType
结束时间
InvestUnitID: TThostFtdcInvestUnitIDType
投资单元代码
Trait Implementations§
Source§impl Clone for CThostFtdcQryForQuoteField
impl Clone for CThostFtdcQryForQuoteField
Source§impl Default for CThostFtdcQryForQuoteField
impl Default for CThostFtdcQryForQuoteField
Source§fn default() -> CThostFtdcQryForQuoteField
fn default() -> CThostFtdcQryForQuoteField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcQryForQuoteField
Auto Trait Implementations§
impl Freeze for CThostFtdcQryForQuoteField
impl RefUnwindSafe for CThostFtdcQryForQuoteField
impl Send for CThostFtdcQryForQuoteField
impl Sync for CThostFtdcQryForQuoteField
impl Unpin for CThostFtdcQryForQuoteField
impl UnwindSafe for CThostFtdcQryForQuoteField
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