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