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