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