pub struct MDEntryType;Expand description
MDEntryType (269).
Implementations§
Source§impl MDEntryType
impl MDEntryType
pub const BID: char = '0'
pub const OFFER: char = '1'
pub const TRADE: char = '2'
pub const INDEXVALUE: char = '3'
pub const OPENING: char = '4'
pub const CLOSING: char = '5'
pub const SETTLEMENT: char = '6'
pub const TRADINGHIGH: char = '7'
pub const TRADINGLOW: char = '8'
pub const TRADINGVWAP: char = '9'
pub const IMBALANCE: char = 'A'
pub const TRADEVOLUME: char = 'B'
pub const OPENINTEREST: char = 'C'
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MDEntryType
impl RefUnwindSafe for MDEntryType
impl Send for MDEntryType
impl Sync for MDEntryType
impl Unpin for MDEntryType
impl UnsafeUnpin for MDEntryType
impl UnwindSafe for MDEntryType
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