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