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