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