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