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