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