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