#[repr(C)]pub struct CThostFtdcQryExchangeForQuoteField {
pub ParticipantID: TThostFtdcParticipantIDType,
pub ClientID: TThostFtdcClientIDType,
pub ExchangeInstID: TThostFtdcExchangeInstIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub TraderID: TThostFtdcTraderIDType,
}
Expand description
交易所询价查询
Fields§
§ParticipantID: TThostFtdcParticipantIDType
会员代码
ClientID: TThostFtdcClientIDType
客户代码
ExchangeInstID: TThostFtdcExchangeInstIDType
合约在交易所的代码
ExchangeID: TThostFtdcExchangeIDType
交易所代码
TraderID: TThostFtdcTraderIDType
交易所交易员代码
Trait Implementations§
Source§impl Default for CThostFtdcQryExchangeForQuoteField
impl Default for CThostFtdcQryExchangeForQuoteField
Source§fn default() -> CThostFtdcQryExchangeForQuoteField
fn default() -> CThostFtdcQryExchangeForQuoteField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcQryExchangeForQuoteField
Auto Trait Implementations§
impl Freeze for CThostFtdcQryExchangeForQuoteField
impl RefUnwindSafe for CThostFtdcQryExchangeForQuoteField
impl Send for CThostFtdcQryExchangeForQuoteField
impl Sync for CThostFtdcQryExchangeForQuoteField
impl Unpin for CThostFtdcQryExchangeForQuoteField
impl UnwindSafe for CThostFtdcQryExchangeForQuoteField
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