pub struct MoreGreeks {
pub itm_cash_probability: Option<Real>,
pub delta_forward: Option<Real>,
pub elasticity: Option<Real>,
pub theta_per_day: Option<Real>,
pub strike_sensitivity: Option<Real>,
}Expand description
More additional option results (the C++ MoreGreeks mix-in).
Fields§
§itm_cash_probability: Option<Real>§delta_forward: Option<Real>§elasticity: Option<Real>§theta_per_day: Option<Real>§strike_sensitivity: Option<Real>Implementations§
Source§impl MoreGreeks
impl MoreGreeks
Trait Implementations§
Source§impl Clone for MoreGreeks
impl Clone for MoreGreeks
Source§fn clone(&self) -> MoreGreeks
fn clone(&self) -> MoreGreeks
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MoreGreeks
Source§impl Debug for MoreGreeks
impl Debug for MoreGreeks
Source§impl Default for MoreGreeks
impl Default for MoreGreeks
Source§fn default() -> MoreGreeks
fn default() -> MoreGreeks
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MoreGreeks
impl RefUnwindSafe for MoreGreeks
impl Send for MoreGreeks
impl Sync for MoreGreeks
impl Unpin for MoreGreeks
impl UnsafeUnpin for MoreGreeks
impl UnwindSafe for MoreGreeks
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