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