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