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