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