#[repr(C)]pub struct CThostFtdcForQuoteRspField {
pub TradingDay: TThostFtdcDateType,
pub InstrumentID: TThostFtdcInstrumentIDType,
pub ForQuoteSysID: TThostFtdcOrderSysIDType,
pub ForQuoteTime: TThostFtdcTimeType,
pub ActionDay: TThostFtdcDateType,
pub ExchangeID: TThostFtdcExchangeIDType,
}
Expand description
发给做市商的询价请求
Fields§
§TradingDay: TThostFtdcDateType
交易日
InstrumentID: TThostFtdcInstrumentIDType
合约代码
ForQuoteSysID: TThostFtdcOrderSysIDType
询价编号
ForQuoteTime: TThostFtdcTimeType
询价时间
ActionDay: TThostFtdcDateType
业务日期
ExchangeID: TThostFtdcExchangeIDType
交易所代码
Trait Implementations§
Source§impl Clone for CThostFtdcForQuoteRspField
impl Clone for CThostFtdcForQuoteRspField
Source§impl Debug for CThostFtdcForQuoteRspField
impl Debug for CThostFtdcForQuoteRspField
Source§impl Default for CThostFtdcForQuoteRspField
impl Default for CThostFtdcForQuoteRspField
Source§fn default() -> CThostFtdcForQuoteRspField
fn default() -> CThostFtdcForQuoteRspField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcForQuoteRspField
Auto Trait Implementations§
impl Freeze for CThostFtdcForQuoteRspField
impl RefUnwindSafe for CThostFtdcForQuoteRspField
impl Send for CThostFtdcForQuoteRspField
impl Sync for CThostFtdcForQuoteRspField
impl Unpin for CThostFtdcForQuoteRspField
impl UnwindSafe for CThostFtdcForQuoteRspField
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