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