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