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