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