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