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