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