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