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