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