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