#[repr(C)]pub struct CThostFtdcExchangeForQuoteField {
pub ForQuoteLocalID: TThostFtdcOrderLocalIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub ParticipantID: TThostFtdcParticipantIDType,
pub ClientID: TThostFtdcClientIDType,
pub ExchangeInstID: TThostFtdcExchangeInstIDType,
pub TraderID: TThostFtdcTraderIDType,
pub InstallID: TThostFtdcInstallIDType,
pub InsertDate: TThostFtdcDateType,
pub InsertTime: TThostFtdcTimeType,
pub ForQuoteStatus: TThostFtdcForQuoteStatusType,
pub IPAddress: TThostFtdcIPAddressType,
pub MacAddress: TThostFtdcMacAddressType,
}
Expand description
交易所询价信息
Fields§
§ForQuoteLocalID: TThostFtdcOrderLocalIDType
本地询价编号
ExchangeID: TThostFtdcExchangeIDType
交易所代码
ParticipantID: TThostFtdcParticipantIDType
会员代码
ClientID: TThostFtdcClientIDType
客户代码
ExchangeInstID: TThostFtdcExchangeInstIDType
合约在交易所的代码
TraderID: TThostFtdcTraderIDType
交易所交易员代码
InstallID: TThostFtdcInstallIDType
安装编号
InsertDate: TThostFtdcDateType
报单日期
InsertTime: TThostFtdcTimeType
插入时间
ForQuoteStatus: TThostFtdcForQuoteStatusType
询价状态
IPAddress: TThostFtdcIPAddressType
IP地址
MacAddress: TThostFtdcMacAddressType
Mac地址
Trait Implementations§
Source§impl Default for CThostFtdcExchangeForQuoteField
impl Default for CThostFtdcExchangeForQuoteField
Source§fn default() -> CThostFtdcExchangeForQuoteField
fn default() -> CThostFtdcExchangeForQuoteField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcExchangeForQuoteField
Auto Trait Implementations§
impl Freeze for CThostFtdcExchangeForQuoteField
impl RefUnwindSafe for CThostFtdcExchangeForQuoteField
impl Send for CThostFtdcExchangeForQuoteField
impl Sync for CThostFtdcExchangeForQuoteField
impl Unpin for CThostFtdcExchangeForQuoteField
impl UnwindSafe for CThostFtdcExchangeForQuoteField
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