[][src]Struct ib::models::FuturesInner

pub struct FuturesInner { /* fields omitted */ }

Methods

impl FuturesInner
[src]

pub fn new() -> FuturesInner
[src]

future contract information

pub fn set_symbol(&mut self, symbol: String)
[src]

pub fn with_symbol(self, symbol: String) -> FuturesInner
[src]

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

pub fn reset_symbol(&mut self)
[src]

pub fn set_conid(&mut self, conid: i32)
[src]

pub fn with_conid(self, conid: i32) -> FuturesInner
[src]

pub fn conid(&self) -> Option<&i32>
[src]

pub fn reset_conid(&mut self)
[src]

pub fn set_underlying_conid(&mut self, underlying_conid: i32)
[src]

pub fn with_underlying_conid(self, underlying_conid: i32) -> FuturesInner
[src]

pub fn underlying_conid(&self) -> Option<&i32>
[src]

pub fn reset_underlying_conid(&mut self)
[src]

pub fn set_expiration_date(&mut self, expiration_date: String)
[src]

pub fn with_expiration_date(self, expiration_date: String) -> FuturesInner
[src]

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

pub fn reset_expiration_date(&mut self)
[src]

pub fn set_ltd(&mut self, ltd: String)
[src]

pub fn with_ltd(self, ltd: String) -> FuturesInner
[src]

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

pub fn reset_ltd(&mut self)
[src]

Trait Implementations

impl Debug for FuturesInner
[src]

impl Serialize for FuturesInner
[src]

impl<'de> Deserialize<'de> for FuturesInner
[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> 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> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Erased for T

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