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