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