pub enum MDBookType {
TopOfBook = 1,
PriceDepth = 2,
OrderDepth = 3,
}
Variants§
Implementations§
Source§impl MDBookType
impl MDBookType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for MDBookType
impl Clone for MDBookType
Source§fn clone(&self) -> MDBookType
fn clone(&self) -> MDBookType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MDBookType
impl Debug for MDBookType
Source§impl FromStr for MDBookType
impl FromStr for MDBookType
Source§impl Hash for MDBookType
impl Hash for MDBookType
Source§impl IntoFixValue for MDBookType
impl IntoFixValue for MDBookType
Source§impl PartialEq for MDBookType
impl PartialEq for MDBookType
impl Copy for MDBookType
impl Eq for MDBookType
impl StructuralPartialEq for MDBookType
Auto Trait Implementations§
impl Freeze for MDBookType
impl RefUnwindSafe for MDBookType
impl Send for MDBookType
impl Sync for MDBookType
impl Unpin for MDBookType
impl UnwindSafe for MDBookType
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