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