#[repr(C)]pub struct CThostFtdcMarketDataStaticField {
pub OpenPrice: TThostFtdcPriceType,
pub HighestPrice: TThostFtdcPriceType,
pub LowestPrice: TThostFtdcPriceType,
pub ClosePrice: TThostFtdcPriceType,
pub UpperLimitPrice: TThostFtdcPriceType,
pub LowerLimitPrice: TThostFtdcPriceType,
pub SettlementPrice: TThostFtdcPriceType,
pub CurrDelta: TThostFtdcRatioType,
}
Expand description
行情静态属性
Fields§
§OpenPrice: TThostFtdcPriceType
今开盘
HighestPrice: TThostFtdcPriceType
最高价
LowestPrice: TThostFtdcPriceType
最低价
ClosePrice: TThostFtdcPriceType
今收盘
UpperLimitPrice: TThostFtdcPriceType
涨停板价
LowerLimitPrice: TThostFtdcPriceType
跌停板价
SettlementPrice: TThostFtdcPriceType
本次结算价
CurrDelta: TThostFtdcRatioType
今虚实度
Trait Implementations§
Source§impl Default for CThostFtdcMarketDataStaticField
impl Default for CThostFtdcMarketDataStaticField
Source§fn default() -> CThostFtdcMarketDataStaticField
fn default() -> CThostFtdcMarketDataStaticField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcMarketDataStaticField
Auto Trait Implementations§
impl Freeze for CThostFtdcMarketDataStaticField
impl RefUnwindSafe for CThostFtdcMarketDataStaticField
impl Send for CThostFtdcMarketDataStaticField
impl Sync for CThostFtdcMarketDataStaticField
impl Unpin for CThostFtdcMarketDataStaticField
impl UnwindSafe for CThostFtdcMarketDataStaticField
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