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