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