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