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