#[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,
}Fields§
§OpenPrice: TThostFtdcPriceType§HighestPrice: TThostFtdcPriceType§LowestPrice: TThostFtdcPriceType§ClosePrice: TThostFtdcPriceType§UpperLimitPrice: TThostFtdcPriceType§LowerLimitPrice: TThostFtdcPriceType§SettlementPrice: TThostFtdcPriceType§CurrDelta: TThostFtdcRatioTypeTrait Implementations§
source§impl Clone for CThostFtdcMarketDataStaticField
impl Clone for CThostFtdcMarketDataStaticField
source§fn clone(&self) -> CThostFtdcMarketDataStaticField
fn clone(&self) -> CThostFtdcMarketDataStaticField
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 moreimpl 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