Struct ChainExposureValues
pub struct ChainExposureValues {
pub dex: f64,
pub gex: f64,
pub vex: f64,
pub vanna_exposure: f64,
pub charm_exposure: f64,
pub call_open_interest: f64,
pub put_open_interest: f64,
}Fields§
§dex: f64§gex: f64§vex: f64§vanna_exposure: f64§charm_exposure: f64§call_open_interest: f64§put_open_interest: f64Trait Implementations§
§impl Add for ChainExposureValues
impl Add for ChainExposureValues
§impl AddAssign for ChainExposureValues
impl AddAssign for ChainExposureValues
§fn add_assign(&mut self, rhs: Self)
fn add_assign(&mut self, rhs: Self)
§impl Clone for ChainExposureValues
impl Clone for ChainExposureValues
§fn clone(&self) -> ChainExposureValues
fn clone(&self) -> ChainExposureValues
1.0.0 (const: )§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl Default for ChainExposureValues
impl Default for ChainExposureValues
§fn default() -> ChainExposureValues
fn default() -> ChainExposureValues
§impl PartialEq for ChainExposureValues
impl PartialEq for ChainExposureValues
§impl Sub for ChainExposureValues
impl Sub for ChainExposureValues
§impl SubAssign for ChainExposureValues
impl SubAssign for ChainExposureValues
§fn sub_assign(&mut self, rhs: Self)
fn sub_assign(&mut self, rhs: Self)
§impl<'a> Sum<&'a ChainExposureValues> for ChainExposureValues
impl<'a> Sum<&'a ChainExposureValues> for ChainExposureValues
§fn sum<I: Iterator<Item = &'a ChainExposureValues>>(iter: I) -> Self
fn sum<I: Iterator<Item = &'a ChainExposureValues>>(iter: I) -> Self
impl Copy for ChainExposureValues
impl StructuralPartialEq for ChainExposureValues
Auto Trait Implementations§
impl Freeze for ChainExposureValues
impl RefUnwindSafe for ChainExposureValues
impl Send for ChainExposureValues
impl Sync for ChainExposureValues
impl Unpin for ChainExposureValues
impl UnsafeUnpin for ChainExposureValues
impl UnwindSafe for ChainExposureValues
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)