pub struct NoUnderlyingSecurityAltIDField(pub FIXInt);Expand description
NoUnderlyingSecurityAltIDField is a NUMINGROUP field, Tag 457.
Tuple Fields§
§0: FIXIntImplementations§
Trait Implementations§
impl FieldValue for NoUnderlyingSecurityAltIDField
Auto Trait Implementations§
impl Freeze for NoUnderlyingSecurityAltIDField
impl RefUnwindSafe for NoUnderlyingSecurityAltIDField
impl Send for NoUnderlyingSecurityAltIDField
impl Sync for NoUnderlyingSecurityAltIDField
impl Unpin for NoUnderlyingSecurityAltIDField
impl UnsafeUnpin for NoUnderlyingSecurityAltIDField
impl UnwindSafe for NoUnderlyingSecurityAltIDField
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