Struct ib_client::models::calendar_request_filters::CalendarRequestFilters[][src]

pub struct CalendarRequestFilters {
    pub recently_held: Option<String>,
    pub corporate_earnings: Option<String>,
    pub div_ex_dates: Option<String>,
    pub ipo: Option<String>,
    pub splits: Option<String>,
    pub corporate_events: Option<String>,
    pub economic_events: Option<String>,
    pub option_show_monthly: Option<String>,
    pub option_show_weekly: Option<String>,
    pub country: Option<String>,
    pub limit: Option<String>,
    pub limit_region: Option<String>,
}

Fields

recently_held: Option<String>

value can be 'true' or 'false'.

corporate_earnings: Option<String>

value can be 'true' or 'false'.

div_ex_dates: Option<String>

value can be 'true' or 'false'.

ipo: Option<String>

value can be 'true' or 'false'.

splits: Option<String>

value can be 'true' or 'false'.

corporate_events: Option<String>

value can be 'true' or 'false'.

economic_events: Option<String>

value can be 'true' or 'false'.

option_show_monthly: Option<String>

value can be 'true' or 'false'.

option_show_weekly: Option<String>

value can be 'true' or 'false'.

country: Option<String>

default is 'All'.

limit: Option<String>

default is '250'.

limit_region: Option<String>

default is '50'.

Implementations

impl CalendarRequestFilters[src]

Trait Implementations

impl Clone for CalendarRequestFilters[src]

impl Debug for CalendarRequestFilters[src]

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

impl PartialEq<CalendarRequestFilters> for CalendarRequestFilters[src]

impl Serialize for CalendarRequestFilters[src]

impl StructuralPartialEq for CalendarRequestFilters[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.