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