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