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