pub struct RiskCouponRateField(pub FIXDecimal);Expand description
RiskCouponRateField is a PERCENTAGE field, Tag 1555.
Tuple Fields§
§0: FIXDecimalImplementations§
Trait Implementations§
impl FieldValue for RiskCouponRateField
Auto Trait Implementations§
impl Freeze for RiskCouponRateField
impl RefUnwindSafe for RiskCouponRateField
impl Send for RiskCouponRateField
impl Sync for RiskCouponRateField
impl Unpin for RiskCouponRateField
impl UnsafeUnpin for RiskCouponRateField
impl UnwindSafe for RiskCouponRateField
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