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