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