pub struct PriceHistoryOnEarningsDays {Show 14 fields
pub fiscal_year: Option<i32>,
pub financial_type: Option<i32>,
pub pub_trading_day: Option<i64>,
pub pub_time: Option<i64>,
pub pub_type: Option<i32>,
pub predict_vola_ratio_newest: Option<i64>,
pub predict_vola_ratio_highest: Option<i64>,
pub predict_vola_val_newest: Option<i64>,
pub predict_vola_val_highest: Option<i64>,
pub option_iv_crush: Option<i64>,
pub option_strike_date_iv_crush: Option<i64>,
pub is_current: Option<bool>,
pub price_info: Option<PricePerfomanceInfo>,
pub schedule_info_list: Vec<FinScheduleInfo>,
}Fields§
§fiscal_year: Option<i32>§financial_type: Option<i32>§pub_trading_day: Option<i64>§pub_time: Option<i64>§pub_type: Option<i32>§predict_vola_ratio_newest: Option<i64>§predict_vola_ratio_highest: Option<i64>§predict_vola_val_newest: Option<i64>§predict_vola_val_highest: Option<i64>§option_iv_crush: Option<i64>§option_strike_date_iv_crush: Option<i64>§is_current: Option<bool>§price_info: Option<PricePerfomanceInfo>§schedule_info_list: Vec<FinScheduleInfo>Implementations§
Source§impl PriceHistoryOnEarningsDays
impl PriceHistoryOnEarningsDays
Sourcepub fn fiscal_year(&self) -> i32
pub fn fiscal_year(&self) -> i32
Returns the value of fiscal_year, or the default value if fiscal_year is unset.
Sourcepub fn financial_type(&self) -> i32
pub fn financial_type(&self) -> i32
Returns the value of financial_type, or the default value if financial_type is unset.
Sourcepub fn pub_trading_day(&self) -> i64
pub fn pub_trading_day(&self) -> i64
Returns the value of pub_trading_day, or the default value if pub_trading_day is unset.
Sourcepub fn pub_time(&self) -> i64
pub fn pub_time(&self) -> i64
Returns the value of pub_time, or the default value if pub_time is unset.
Sourcepub fn pub_type(&self) -> i32
pub fn pub_type(&self) -> i32
Returns the value of pub_type, or the default value if pub_type is unset.
Sourcepub fn predict_vola_ratio_newest(&self) -> i64
pub fn predict_vola_ratio_newest(&self) -> i64
Returns the value of predict_vola_ratio_newest, or the default value if predict_vola_ratio_newest is unset.
Sourcepub fn predict_vola_ratio_highest(&self) -> i64
pub fn predict_vola_ratio_highest(&self) -> i64
Returns the value of predict_vola_ratio_highest, or the default value if predict_vola_ratio_highest is unset.
Sourcepub fn predict_vola_val_newest(&self) -> i64
pub fn predict_vola_val_newest(&self) -> i64
Returns the value of predict_vola_val_newest, or the default value if predict_vola_val_newest is unset.
Sourcepub fn predict_vola_val_highest(&self) -> i64
pub fn predict_vola_val_highest(&self) -> i64
Returns the value of predict_vola_val_highest, or the default value if predict_vola_val_highest is unset.
Sourcepub fn option_iv_crush(&self) -> i64
pub fn option_iv_crush(&self) -> i64
Returns the value of option_iv_crush, or the default value if option_iv_crush is unset.
Sourcepub fn option_strike_date_iv_crush(&self) -> i64
pub fn option_strike_date_iv_crush(&self) -> i64
Returns the value of option_strike_date_iv_crush, or the default value if option_strike_date_iv_crush is unset.
Sourcepub fn is_current(&self) -> bool
pub fn is_current(&self) -> bool
Returns the value of is_current, or the default value if is_current is unset.
Trait Implementations§
Source§impl Clone for PriceHistoryOnEarningsDays
impl Clone for PriceHistoryOnEarningsDays
Source§fn clone(&self) -> PriceHistoryOnEarningsDays
fn clone(&self) -> PriceHistoryOnEarningsDays
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for PriceHistoryOnEarningsDays
impl Debug for PriceHistoryOnEarningsDays
Source§impl Default for PriceHistoryOnEarningsDays
impl Default for PriceHistoryOnEarningsDays
Source§impl Message for PriceHistoryOnEarningsDays
impl Message for PriceHistoryOnEarningsDays
Source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
Source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
Source§fn encode_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
Source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
Source§fn encode_length_delimited_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
Source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
Source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
Source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self. Read moreSource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self.