pub struct RiskProductField(pub FIXInt);Expand description
RiskProductField is a INT field, Tag 1543.
Tuple Fields§
§0: FIXIntImplementations§
Trait Implementations§
Source§impl FieldValueReader for RiskProductField
impl FieldValueReader for RiskProductField
Source§impl FieldValueWriter for RiskProductField
impl FieldValueWriter for RiskProductField
impl FieldValue for RiskProductField
Auto Trait Implementations§
impl Freeze for RiskProductField
impl RefUnwindSafe for RiskProductField
impl Send for RiskProductField
impl Sync for RiskProductField
impl Unpin for RiskProductField
impl UnsafeUnpin for RiskProductField
impl UnwindSafe for RiskProductField
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