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