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