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