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