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