Struct libctp_sys::CThostFtdcMarketDataField
source · #[repr(C)]pub struct CThostFtdcMarketDataField {Show 25 fields
pub TradingDay: TThostFtdcDateType,
pub reserve1: TThostFtdcOldInstrumentIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub reserve2: TThostFtdcOldExchangeInstIDType,
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,
pub InstrumentID: TThostFtdcInstrumentIDType,
pub ExchangeInstID: TThostFtdcExchangeInstIDType,
}Fields§
§TradingDay: TThostFtdcDateType§reserve1: TThostFtdcOldInstrumentIDType§ExchangeID: TThostFtdcExchangeIDType§reserve2: TThostFtdcOldExchangeInstIDType§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§InstrumentID: TThostFtdcInstrumentIDType§ExchangeInstID: TThostFtdcExchangeInstIDTypeTrait Implementations§
source§impl Clone for CThostFtdcMarketDataField
impl Clone for CThostFtdcMarketDataField
source§fn clone(&self) -> CThostFtdcMarketDataField
fn clone(&self) -> CThostFtdcMarketDataField
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for CThostFtdcMarketDataField
impl Debug for CThostFtdcMarketDataField
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