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