#[repr(C)]pub struct MarketDataLastMatchField {
pub is_null: bool,
pub LastPrice: f64,
pub Volume: i32,
pub Turnover: f64,
pub OpenInterest: f64,
}
Fields§
§is_null: bool
§LastPrice: f64
§Volume: i32
§Turnover: f64
§OpenInterest: f64
Trait Implementations§
Source§impl Clone for MarketDataLastMatchField
impl Clone for MarketDataLastMatchField
Source§impl Debug for MarketDataLastMatchField
impl Debug for MarketDataLastMatchField
Source§impl Default for MarketDataLastMatchField
impl Default for MarketDataLastMatchField
Auto Trait Implementations§
impl Freeze for MarketDataLastMatchField
impl RefUnwindSafe for MarketDataLastMatchField
impl Send for MarketDataLastMatchField
impl Sync for MarketDataLastMatchField
impl Unpin for MarketDataLastMatchField
impl UnwindSafe for MarketDataLastMatchField
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