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