pub struct MarketDepthField(pub FIXInt);Expand description
MarketDepthField is a INT field, Tag 264.
Tuple Fields§
§0: FIXIntImplementations§
Trait Implementations§
Source§impl FieldValueReader for MarketDepthField
impl FieldValueReader for MarketDepthField
Source§impl FieldValueWriter for MarketDepthField
impl FieldValueWriter for MarketDepthField
impl FieldValue for MarketDepthField
Auto Trait Implementations§
impl Freeze for MarketDepthField
impl RefUnwindSafe for MarketDepthField
impl Send for MarketDepthField
impl Sync for MarketDepthField
impl Unpin for MarketDepthField
impl UnsafeUnpin for MarketDepthField
impl UnwindSafe for MarketDepthField
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