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