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