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