#[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: TThostFtdcIPAddressTypeIP地址
MacAddress: TThostFtdcMacAddressTypeMac地址
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