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