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