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