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