pub struct OptionChainGreekFilterArgs {
pub delta_min: Option<f64>,
pub delta_max: Option<f64>,
pub iv_min: Option<f64>,
pub iv_max: Option<f64>,
pub oi_min: Option<f64>,
pub oi_max: Option<f64>,
pub gamma_min: Option<f64>,
pub gamma_max: Option<f64>,
pub vega_min: Option<f64>,
pub vega_max: Option<f64>,
pub theta_min: Option<f64>,
pub theta_max: Option<f64>,
}Fields§
§delta_min: Option<f64>§delta_max: Option<f64>§iv_min: Option<f64>§iv_max: Option<f64>§oi_min: Option<f64>§oi_max: Option<f64>§gamma_min: Option<f64>§gamma_max: Option<f64>§vega_min: Option<f64>§vega_max: Option<f64>§theta_min: Option<f64>§theta_max: Option<f64>Implementations§
Source§impl OptionChainGreekFilterArgs
impl OptionChainGreekFilterArgs
pub fn into_data_filter(self) -> Option<DataFilter>
Trait Implementations§
Source§impl Clone for OptionChainGreekFilterArgs
impl Clone for OptionChainGreekFilterArgs
Source§fn clone(&self) -> OptionChainGreekFilterArgs
fn clone(&self) -> OptionChainGreekFilterArgs
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OptionChainGreekFilterArgs
impl Debug for OptionChainGreekFilterArgs
Source§impl Default for OptionChainGreekFilterArgs
impl Default for OptionChainGreekFilterArgs
Source§fn default() -> OptionChainGreekFilterArgs
fn default() -> OptionChainGreekFilterArgs
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OptionChainGreekFilterArgs
impl RefUnwindSafe for OptionChainGreekFilterArgs
impl Send for OptionChainGreekFilterArgs
impl Sync for OptionChainGreekFilterArgs
impl Unpin for OptionChainGreekFilterArgs
impl UnsafeUnpin for OptionChainGreekFilterArgs
impl UnwindSafe for OptionChainGreekFilterArgs
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more