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