Skip to main content

HasGreeks

Trait HasGreeks 

Source
pub trait HasGreeks {
    // Required method
    fn greeks(&self) -> OptionGreekValues;
}
Expand description

Trait for types carrying Greek sensitivity values.

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§