#[repr(C)]pub struct CThostFtdcMarketDataField {Show 23 fields
pub TradingDay: TThostFtdcDateType,
pub InstrumentID: TThostFtdcInstrumentIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub ExchangeInstID: TThostFtdcExchangeInstIDType,
pub LastPrice: TThostFtdcPriceType,
pub PreSettlementPrice: TThostFtdcPriceType,
pub PreClosePrice: TThostFtdcPriceType,
pub PreOpenInterest: TThostFtdcLargeVolumeType,
pub OpenPrice: TThostFtdcPriceType,
pub HighestPrice: TThostFtdcPriceType,
pub LowestPrice: TThostFtdcPriceType,
pub Volume: TThostFtdcVolumeType,
pub Turnover: TThostFtdcMoneyType,
pub OpenInterest: TThostFtdcLargeVolumeType,
pub ClosePrice: TThostFtdcPriceType,
pub SettlementPrice: TThostFtdcPriceType,
pub UpperLimitPrice: TThostFtdcPriceType,
pub LowerLimitPrice: TThostFtdcPriceType,
pub PreDelta: TThostFtdcRatioType,
pub CurrDelta: TThostFtdcRatioType,
pub UpdateTime: TThostFtdcTimeType,
pub UpdateMillisec: TThostFtdcMillisecType,
pub ActionDay: TThostFtdcDateType,
}
Expand description
市场行情
Fields§
§TradingDay: TThostFtdcDateType
交易日
InstrumentID: TThostFtdcInstrumentIDType
合约代码
ExchangeID: TThostFtdcExchangeIDType
交易所代码
ExchangeInstID: TThostFtdcExchangeInstIDType
合约在交易所的代码
LastPrice: TThostFtdcPriceType
最新价
PreSettlementPrice: TThostFtdcPriceType
上次结算价
PreClosePrice: TThostFtdcPriceType
昨收盘
PreOpenInterest: TThostFtdcLargeVolumeType
昨持仓量
OpenPrice: TThostFtdcPriceType
今开盘
HighestPrice: TThostFtdcPriceType
最高价
LowestPrice: TThostFtdcPriceType
最低价
Volume: TThostFtdcVolumeType
数量
Turnover: TThostFtdcMoneyType
成交金额
OpenInterest: TThostFtdcLargeVolumeType
持仓量
ClosePrice: TThostFtdcPriceType
今收盘
SettlementPrice: TThostFtdcPriceType
本次结算价
UpperLimitPrice: TThostFtdcPriceType
涨停板价
LowerLimitPrice: TThostFtdcPriceType
跌停板价
PreDelta: TThostFtdcRatioType
昨虚实度
CurrDelta: TThostFtdcRatioType
今虚实度
UpdateTime: TThostFtdcTimeType
最后修改时间
UpdateMillisec: TThostFtdcMillisecType
最后修改毫秒
ActionDay: TThostFtdcDateType
业务日期
Trait Implementations§
Source§impl Clone for CThostFtdcMarketDataField
impl Clone for CThostFtdcMarketDataField
Source§impl Default for CThostFtdcMarketDataField
impl Default for CThostFtdcMarketDataField
Source§fn default() -> CThostFtdcMarketDataField
fn default() -> CThostFtdcMarketDataField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcMarketDataField
Auto Trait Implementations§
impl Freeze for CThostFtdcMarketDataField
impl RefUnwindSafe for CThostFtdcMarketDataField
impl Send for CThostFtdcMarketDataField
impl Sync for CThostFtdcMarketDataField
impl Unpin for CThostFtdcMarketDataField
impl UnwindSafe for CThostFtdcMarketDataField
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