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