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