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