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