[][src]Struct ib::models::CalendarRequestFilters

pub struct CalendarRequestFilters { /* fields omitted */ }

Methods

impl CalendarRequestFilters
[src]

pub fn new() -> CalendarRequestFilters
[src]

pub fn set_recently_held(&mut self, recently_held: String)
[src]

pub fn with_recently_held(self, recently_held: String) -> CalendarRequestFilters
[src]

pub fn recently_held(&self) -> Option<&String>
[src]

pub fn reset_recently_held(&mut self)
[src]

pub fn set_corporate_earnings(&mut self, corporate_earnings: String)
[src]

pub fn with_corporate_earnings(
    self,
    corporate_earnings: String
) -> CalendarRequestFilters
[src]

pub fn corporate_earnings(&self) -> Option<&String>
[src]

pub fn reset_corporate_earnings(&mut self)
[src]

pub fn set_div_ex_dates(&mut self, div_ex_dates: String)
[src]

pub fn with_div_ex_dates(self, div_ex_dates: String) -> CalendarRequestFilters
[src]

pub fn div_ex_dates(&self) -> Option<&String>
[src]

pub fn reset_div_ex_dates(&mut self)
[src]

pub fn set_ipo(&mut self, ipo: String)
[src]

pub fn with_ipo(self, ipo: String) -> CalendarRequestFilters
[src]

pub fn ipo(&self) -> Option<&String>
[src]

pub fn reset_ipo(&mut self)
[src]

pub fn set_splits(&mut self, splits: String)
[src]

pub fn with_splits(self, splits: String) -> CalendarRequestFilters
[src]

pub fn splits(&self) -> Option<&String>
[src]

pub fn reset_splits(&mut self)
[src]

pub fn set_corporate_events(&mut self, corporate_events: String)
[src]

pub fn with_corporate_events(
    self,
    corporate_events: String
) -> CalendarRequestFilters
[src]

pub fn corporate_events(&self) -> Option<&String>
[src]

pub fn reset_corporate_events(&mut self)
[src]

pub fn set_economic_events(&mut self, economic_events: String)
[src]

pub fn with_economic_events(
    self,
    economic_events: String
) -> CalendarRequestFilters
[src]

pub fn economic_events(&self) -> Option<&String>
[src]

pub fn reset_economic_events(&mut self)
[src]

pub fn set_option_show_monthly(&mut self, option_show_monthly: String)
[src]

pub fn with_option_show_monthly(
    self,
    option_show_monthly: String
) -> CalendarRequestFilters
[src]

pub fn option_show_monthly(&self) -> Option<&String>
[src]

pub fn reset_option_show_monthly(&mut self)
[src]

pub fn set_option_show_weekly(&mut self, option_show_weekly: String)
[src]

pub fn with_option_show_weekly(
    self,
    option_show_weekly: String
) -> CalendarRequestFilters
[src]

pub fn option_show_weekly(&self) -> Option<&String>
[src]

pub fn reset_option_show_weekly(&mut self)
[src]

pub fn set_country(&mut self, country: String)
[src]

pub fn with_country(self, country: String) -> CalendarRequestFilters
[src]

pub fn country(&self) -> Option<&String>
[src]

pub fn reset_country(&mut self)
[src]

pub fn set_limit(&mut self, limit: String)
[src]

pub fn with_limit(self, limit: String) -> CalendarRequestFilters
[src]

pub fn limit(&self) -> Option<&String>
[src]

pub fn reset_limit(&mut self)
[src]

pub fn set_limit_region(&mut self, limit_region: String)
[src]

pub fn with_limit_region(self, limit_region: String) -> CalendarRequestFilters
[src]

pub fn limit_region(&self) -> Option<&String>
[src]

pub fn reset_limit_region(&mut self)
[src]

Trait Implementations

impl Debug for CalendarRequestFilters
[src]

impl Serialize for CalendarRequestFilters
[src]

impl<'de> Deserialize<'de> for CalendarRequestFilters
[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Erased for T

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]