Struct ExcludedChainExposureContract
pub struct ExcludedChainExposureContract {
pub contract_id: ChainContractId,
pub expiry: f64,
pub strike: f64,
pub option_type: OptionType,
pub exercise_style: ExerciseStyle,
pub raw_open_interest: Option<f64>,
pub implied_volatility: Option<f64>,
pub reason: ChainExposureExclusionReason,
}Fields§
§contract_id: ChainContractId§expiry: f64§strike: f64§option_type: OptionType§exercise_style: ExerciseStyle§raw_open_interest: Option<f64>§implied_volatility: Option<f64>§reason: ChainExposureExclusionReasonTrait Implementations§
§impl Clone for ExcludedChainExposureContract
impl Clone for ExcludedChainExposureContract
§fn clone(&self) -> ExcludedChainExposureContract
fn clone(&self) -> ExcludedChainExposureContract
1.0.0 (const: )§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl PartialEq for ExcludedChainExposureContract
impl PartialEq for ExcludedChainExposureContract
impl StructuralPartialEq for ExcludedChainExposureContract
Auto Trait Implementations§
impl Freeze for ExcludedChainExposureContract
impl RefUnwindSafe for ExcludedChainExposureContract
impl Send for ExcludedChainExposureContract
impl Sync for ExcludedChainExposureContract
impl Unpin for ExcludedChainExposureContract
impl UnsafeUnpin for ExcludedChainExposureContract
impl UnwindSafe for ExcludedChainExposureContract
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)