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