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