#[repr(C)]pub struct CThostFtdcForQuoteField {Show 23 fields
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub InstrumentID: TThostFtdcInstrumentIDType,
pub ForQuoteRef: TThostFtdcOrderRefType,
pub UserID: TThostFtdcUserIDType,
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 FrontID: TThostFtdcFrontIDType,
pub SessionID: TThostFtdcSessionIDType,
pub StatusMsg: TThostFtdcErrorMsgType,
pub ActiveUserID: TThostFtdcUserIDType,
pub BrokerForQutoSeq: TThostFtdcSequenceNoType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
pub IPAddress: TThostFtdcIPAddressType,
pub MacAddress: TThostFtdcMacAddressType,
}Expand description
询价
Fields§
§BrokerID: TThostFtdcBrokerIDType经纪公司代码
InvestorID: TThostFtdcInvestorIDType投资者代码
InstrumentID: TThostFtdcInstrumentIDType合约代码
ForQuoteRef: TThostFtdcOrderRefType询价引用
UserID: TThostFtdcUserIDType用户代码
ForQuoteLocalID: TThostFtdcOrderLocalIDType本地询价编号
ExchangeID: TThostFtdcExchangeIDType交易所代码
ParticipantID: TThostFtdcParticipantIDType会员代码
ClientID: TThostFtdcClientIDType客户代码
ExchangeInstID: TThostFtdcExchangeInstIDType合约在交易所的代码
TraderID: TThostFtdcTraderIDType交易所交易员代码
InstallID: TThostFtdcInstallIDType安装编号
InsertDate: TThostFtdcDateType报单日期
InsertTime: TThostFtdcTimeType插入时间
ForQuoteStatus: TThostFtdcForQuoteStatusType询价状态
FrontID: TThostFtdcFrontIDType前置编号
SessionID: TThostFtdcSessionIDType会话编号
StatusMsg: TThostFtdcErrorMsgType状态信息
ActiveUserID: TThostFtdcUserIDType操作用户代码
BrokerForQutoSeq: TThostFtdcSequenceNoType经纪公司询价编号
InvestUnitID: TThostFtdcInvestUnitIDType投资单元代码
IPAddress: TThostFtdcIPAddressTypeIP地址
MacAddress: TThostFtdcMacAddressTypeMac地址
Trait Implementations§
Source§impl Clone for CThostFtdcForQuoteField
impl Clone for CThostFtdcForQuoteField
Source§impl Default for CThostFtdcForQuoteField
impl Default for CThostFtdcForQuoteField
impl Copy for CThostFtdcForQuoteField
Auto Trait Implementations§
impl Freeze for CThostFtdcForQuoteField
impl RefUnwindSafe for CThostFtdcForQuoteField
impl Send for CThostFtdcForQuoteField
impl Sync for CThostFtdcForQuoteField
impl Unpin for CThostFtdcForQuoteField
impl UnwindSafe for CThostFtdcForQuoteField
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