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