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