CThostFtdcDepthMarketDataField

Struct CThostFtdcDepthMarketDataField 

Source
#[repr(C)]
pub struct CThostFtdcDepthMarketDataField {
Show 48 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 BidPrice1: TThostFtdcPriceType, pub BidVolume1: TThostFtdcVolumeType, pub AskPrice1: TThostFtdcPriceType, pub AskVolume1: TThostFtdcVolumeType, pub BidPrice2: TThostFtdcPriceType, pub BidVolume2: TThostFtdcVolumeType, pub AskPrice2: TThostFtdcPriceType, pub AskVolume2: TThostFtdcVolumeType, pub BidPrice3: TThostFtdcPriceType, pub BidVolume3: TThostFtdcVolumeType, pub AskPrice3: TThostFtdcPriceType, pub AskVolume3: TThostFtdcVolumeType, pub BidPrice4: TThostFtdcPriceType, pub BidVolume4: TThostFtdcVolumeType, pub AskPrice4: TThostFtdcPriceType, pub AskVolume4: TThostFtdcVolumeType, pub BidPrice5: TThostFtdcPriceType, pub BidVolume5: TThostFtdcVolumeType, pub AskPrice5: TThostFtdcPriceType, pub AskVolume5: TThostFtdcVolumeType, pub AveragePrice: TThostFtdcPriceType, pub ActionDay: TThostFtdcDateType, pub InstrumentID: TThostFtdcInstrumentIDType, pub ExchangeInstID: TThostFtdcExchangeInstIDType, pub BandingUpperPrice: TThostFtdcPriceType, pub BandingLowerPrice: TThostFtdcPriceType,
}

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§BidPrice1: TThostFtdcPriceType§BidVolume1: TThostFtdcVolumeType§AskPrice1: TThostFtdcPriceType§AskVolume1: TThostFtdcVolumeType§BidPrice2: TThostFtdcPriceType§BidVolume2: TThostFtdcVolumeType§AskPrice2: TThostFtdcPriceType§AskVolume2: TThostFtdcVolumeType§BidPrice3: TThostFtdcPriceType§BidVolume3: TThostFtdcVolumeType§AskPrice3: TThostFtdcPriceType§AskVolume3: TThostFtdcVolumeType§BidPrice4: TThostFtdcPriceType§BidVolume4: TThostFtdcVolumeType§AskPrice4: TThostFtdcPriceType§AskVolume4: TThostFtdcVolumeType§BidPrice5: TThostFtdcPriceType§BidVolume5: TThostFtdcVolumeType§AskPrice5: TThostFtdcPriceType§AskVolume5: TThostFtdcVolumeType§AveragePrice: TThostFtdcPriceType§ActionDay: TThostFtdcDateType§InstrumentID: TThostFtdcInstrumentIDType§ExchangeInstID: TThostFtdcExchangeInstIDType§BandingUpperPrice: TThostFtdcPriceType§BandingLowerPrice: TThostFtdcPriceType

Trait Implementations§

Source§

impl Clone for CThostFtdcDepthMarketDataField

Source§

fn clone(&self) -> CThostFtdcDepthMarketDataField

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for CThostFtdcDepthMarketDataField

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for CThostFtdcDepthMarketDataField

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.