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