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