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