#[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: TThostFtdcIPAddressType
IP地址
MacAddress: TThostFtdcMacAddressType
Mac地址
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