Struct ButterflyPoint
pub struct ButterflyPoint {
pub expiry: f64,
pub wing_rank: usize,
pub forward_anchor: f64,
pub atm_strike: f64,
pub put_strike: f64,
pub call_strike: f64,
pub atm_implied_volatility: f64,
pub put_implied_volatility: f64,
pub call_implied_volatility: f64,
pub butterfly: f64,
}Fields§
§expiry: f64§wing_rank: usize§forward_anchor: f64§atm_strike: f64§put_strike: f64§call_strike: f64§atm_implied_volatility: f64§put_implied_volatility: f64§call_implied_volatility: f64§butterfly: f64Trait Implementations§
§impl Clone for ButterflyPoint
impl Clone for ButterflyPoint
§fn clone(&self) -> ButterflyPoint
fn clone(&self) -> ButterflyPoint
1.0.0 (const: )§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl PartialEq for ButterflyPoint
impl PartialEq for ButterflyPoint
impl Copy for ButterflyPoint
impl StructuralPartialEq for ButterflyPoint
Auto Trait Implementations§
impl Freeze for ButterflyPoint
impl RefUnwindSafe for ButterflyPoint
impl Send for ButterflyPoint
impl Sync for ButterflyPoint
impl Unpin for ButterflyPoint
impl UnsafeUnpin for ButterflyPoint
impl UnwindSafe for ButterflyPoint
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)