[][src]Struct ib::models::InlineResponse2004

pub struct InlineResponse2004 { /* fields omitted */ }

Methods

impl InlineResponse2004
[src]

pub fn new() -> InlineResponse2004
[src]

pub fn set_order_id(&mut self, order_id: String)
[src]

pub fn with_order_id(self, order_id: String) -> InlineResponse2004
[src]

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

pub fn reset_order_id(&mut self)
[src]

pub fn set_order_status(&mut self, order_status: String)
[src]

pub fn with_order_status(self, order_status: String) -> InlineResponse2004
[src]

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

pub fn reset_order_status(&mut self)
[src]

pub fn set_local_order_id(&mut self, local_order_id: String)
[src]

pub fn with_local_order_id(self, local_order_id: String) -> InlineResponse2004
[src]

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

pub fn reset_local_order_id(&mut self)
[src]

Trait Implementations

impl Debug for InlineResponse2004
[src]

impl Serialize for InlineResponse2004
[src]

impl<'de> Deserialize<'de> for InlineResponse2004
[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]