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