#[repr(C)]pub struct MarketDataBaseField {
pub is_null: bool,
pub TradingDay: String,
pub PreSettlementPrice: f64,
pub PreClosePrice: f64,
pub PreOpenInterest: f64,
pub PreDelta: f64,
}
Fields§
§is_null: bool
§TradingDay: String
§PreSettlementPrice: f64
§PreClosePrice: f64
§PreOpenInterest: f64
§PreDelta: f64
Trait Implementations§
Source§impl Clone for MarketDataBaseField
impl Clone for MarketDataBaseField
Source§impl Debug for MarketDataBaseField
impl Debug for MarketDataBaseField
Source§impl Default for MarketDataBaseField
impl Default for MarketDataBaseField
Source§impl ExternType for MarketDataBaseField
impl ExternType for MarketDataBaseField
Auto Trait Implementations§
impl Freeze for MarketDataBaseField
impl RefUnwindSafe for MarketDataBaseField
impl Send for MarketDataBaseField
impl Sync for MarketDataBaseField
impl Unpin for MarketDataBaseField
impl UnwindSafe for MarketDataBaseField
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