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