pub struct UnderlyingPriceUnitOfMeasureField(pub FIXString);Expand description
UnderlyingPriceUnitOfMeasureField is a STRING field, Tag 1424.
Tuple Fields§
§0: FIXStringImplementations§
Trait Implementations§
impl FieldValue for UnderlyingPriceUnitOfMeasureField
Auto Trait Implementations§
impl Freeze for UnderlyingPriceUnitOfMeasureField
impl RefUnwindSafe for UnderlyingPriceUnitOfMeasureField
impl Send for UnderlyingPriceUnitOfMeasureField
impl Sync for UnderlyingPriceUnitOfMeasureField
impl Unpin for UnderlyingPriceUnitOfMeasureField
impl UnsafeUnpin for UnderlyingPriceUnitOfMeasureField
impl UnwindSafe for UnderlyingPriceUnitOfMeasureField
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