Struct Greeks
pub struct Greeks {
pub price: f64,
pub delta: f64,
pub gamma: f64,
pub theta: f64,
pub vega: f64,
pub rho: f64,
pub vanna: f64,
pub volga: f64,
pub charm: f64,
pub veta: f64,
pub color: f64,
}Fields§
§price: f64§delta: f64§gamma: f64§theta: f64§vega: f64§rho: f64§vanna: f64§volga: f64§charm: f64§veta: f64§color: f64Trait Implementations§
§impl AddAssign for Greeks
impl AddAssign for Greeks
§fn add_assign(&mut self, rhs: Self)
fn add_assign(&mut self, rhs: Self)
§impl Clone for Greeks
impl Clone for Greeks
1.0.0 (const: )§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
impl Copy for Greeks
impl StructuralPartialEq for Greeks
Auto Trait Implementations§
impl Freeze for Greeks
impl RefUnwindSafe for Greeks
impl Send for Greeks
impl Sync for Greeks
impl Unpin for Greeks
impl UnsafeUnpin for Greeks
impl UnwindSafe for Greeks
Blanket Implementations§
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)