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