#[repr(C)]pub struct CThostFtdcMarketDataBaseField {
pub TradingDay: TThostFtdcDateType,
pub PreSettlementPrice: TThostFtdcPriceType,
pub PreClosePrice: TThostFtdcPriceType,
pub PreOpenInterest: TThostFtdcLargeVolumeType,
pub PreDelta: TThostFtdcRatioType,
}
Expand description
行情基础属性
Fields§
§TradingDay: TThostFtdcDateType
交易日
PreSettlementPrice: TThostFtdcPriceType
上次结算价
PreClosePrice: TThostFtdcPriceType
昨收盘
PreOpenInterest: TThostFtdcLargeVolumeType
昨持仓量
PreDelta: TThostFtdcRatioType
昨虚实度
Trait Implementations§
Source§impl Default for CThostFtdcMarketDataBaseField
impl Default for CThostFtdcMarketDataBaseField
Source§fn default() -> CThostFtdcMarketDataBaseField
fn default() -> CThostFtdcMarketDataBaseField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcMarketDataBaseField
Auto Trait Implementations§
impl Freeze for CThostFtdcMarketDataBaseField
impl RefUnwindSafe for CThostFtdcMarketDataBaseField
impl Send for CThostFtdcMarketDataBaseField
impl Sync for CThostFtdcMarketDataBaseField
impl Unpin for CThostFtdcMarketDataBaseField
impl UnwindSafe for CThostFtdcMarketDataBaseField
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