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