#[repr(C)]pub struct CThostFtdcInputQuoteField {Show 23 fields
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub InstrumentID: TThostFtdcInstrumentIDType,
pub QuoteRef: TThostFtdcOrderRefType,
pub UserID: TThostFtdcUserIDType,
pub AskPrice: TThostFtdcPriceType,
pub BidPrice: TThostFtdcPriceType,
pub AskVolume: TThostFtdcVolumeType,
pub BidVolume: TThostFtdcVolumeType,
pub RequestID: TThostFtdcRequestIDType,
pub BusinessUnit: TThostFtdcBusinessUnitType,
pub AskOffsetFlag: TThostFtdcOffsetFlagType,
pub BidOffsetFlag: TThostFtdcOffsetFlagType,
pub AskHedgeFlag: TThostFtdcHedgeFlagType,
pub BidHedgeFlag: TThostFtdcHedgeFlagType,
pub AskOrderRef: TThostFtdcOrderRefType,
pub BidOrderRef: TThostFtdcOrderRefType,
pub ForQuoteSysID: TThostFtdcOrderSysIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
pub ClientID: TThostFtdcClientIDType,
pub IPAddress: TThostFtdcIPAddressType,
pub MacAddress: TThostFtdcMacAddressType,
}
Expand description
输入的报价
Fields§
§BrokerID: TThostFtdcBrokerIDType
经纪公司代码
InvestorID: TThostFtdcInvestorIDType
投资者代码
InstrumentID: TThostFtdcInstrumentIDType
合约代码
QuoteRef: TThostFtdcOrderRefType
报价引用
UserID: TThostFtdcUserIDType
用户代码
AskPrice: TThostFtdcPriceType
卖价格
BidPrice: TThostFtdcPriceType
买价格
AskVolume: TThostFtdcVolumeType
卖数量
BidVolume: TThostFtdcVolumeType
买数量
RequestID: TThostFtdcRequestIDType
请求编号
BusinessUnit: TThostFtdcBusinessUnitType
业务单元
AskOffsetFlag: TThostFtdcOffsetFlagType
卖开平标志
BidOffsetFlag: TThostFtdcOffsetFlagType
买开平标志
AskHedgeFlag: TThostFtdcHedgeFlagType
卖投机套保标志
BidHedgeFlag: TThostFtdcHedgeFlagType
买投机套保标志
AskOrderRef: TThostFtdcOrderRefType
衍生卖报单引用
BidOrderRef: TThostFtdcOrderRefType
衍生买报单引用
ForQuoteSysID: TThostFtdcOrderSysIDType
应价编号
ExchangeID: TThostFtdcExchangeIDType
交易所代码
InvestUnitID: TThostFtdcInvestUnitIDType
投资单元代码
ClientID: TThostFtdcClientIDType
交易编码
IPAddress: TThostFtdcIPAddressType
IP地址
MacAddress: TThostFtdcMacAddressType
Mac地址
Trait Implementations§
Source§impl Clone for CThostFtdcInputQuoteField
impl Clone for CThostFtdcInputQuoteField
Source§impl Default for CThostFtdcInputQuoteField
impl Default for CThostFtdcInputQuoteField
Source§fn default() -> CThostFtdcInputQuoteField
fn default() -> CThostFtdcInputQuoteField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcInputQuoteField
Auto Trait Implementations§
impl Freeze for CThostFtdcInputQuoteField
impl RefUnwindSafe for CThostFtdcInputQuoteField
impl Send for CThostFtdcInputQuoteField
impl Sync for CThostFtdcInputQuoteField
impl Unpin for CThostFtdcInputQuoteField
impl UnwindSafe for CThostFtdcInputQuoteField
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