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