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