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