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