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