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