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