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