#[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