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