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