#[repr(C)]pub struct MarketDataStaticField {
pub is_null: bool,
pub OpenPrice: f64,
pub HighestPrice: f64,
pub LowestPrice: f64,
pub ClosePrice: f64,
pub UpperLimitPrice: f64,
pub LowerLimitPrice: f64,
pub SettlementPrice: f64,
pub CurrDelta: f64,
}
Fields§
§is_null: bool
§OpenPrice: f64
§HighestPrice: f64
§LowestPrice: f64
§ClosePrice: f64
§UpperLimitPrice: f64
§LowerLimitPrice: f64
§SettlementPrice: f64
§CurrDelta: f64
Trait Implementations§
Source§impl Clone for MarketDataStaticField
impl Clone for MarketDataStaticField
Source§impl Debug for MarketDataStaticField
impl Debug for MarketDataStaticField
Source§impl Default for MarketDataStaticField
impl Default for MarketDataStaticField
Source§impl ExternType for MarketDataStaticField
impl ExternType for MarketDataStaticField
Auto Trait Implementations§
impl Freeze for MarketDataStaticField
impl RefUnwindSafe for MarketDataStaticField
impl Send for MarketDataStaticField
impl Sync for MarketDataStaticField
impl Unpin for MarketDataStaticField
impl UnwindSafe for MarketDataStaticField
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