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