pub struct YieldRedemptionPriceTypeField(pub FIXInt);Expand description
YieldRedemptionPriceTypeField is a INT field, Tag 698.
Tuple Fields§
§0: FIXIntImplementations§
Trait Implementations§
impl FieldValue for YieldRedemptionPriceTypeField
Auto Trait Implementations§
impl Freeze for YieldRedemptionPriceTypeField
impl RefUnwindSafe for YieldRedemptionPriceTypeField
impl Send for YieldRedemptionPriceTypeField
impl Sync for YieldRedemptionPriceTypeField
impl Unpin for YieldRedemptionPriceTypeField
impl UnsafeUnpin for YieldRedemptionPriceTypeField
impl UnwindSafe for YieldRedemptionPriceTypeField
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