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