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