Struct ib_client::models::inline_response_200_20::InlineResponse20020[][src]

pub struct InlineResponse20020 {
    pub conid: Option<i32>,
    pub company_header: Option<String>,
    pub company_name: Option<String>,
    pub symbol: Option<String>,
    pub description: Option<String>,
    pub restricted: Option<String>,
    pub fop: Option<String>,
    pub opt: Option<String>,
    pub war: Option<String>,
    pub sections: Option<Vec<IserverSecdefSearchSections>>,
}

Fields

conid: Option<i32>

Contract Identifier

company_header: Option<String>

Company Name - Exchange

company_name: Option<String>symbol: Option<String>description: Option<String>

Exchange

restricted: Option<String>fop: Option<String>opt: Option<String>war: Option<String>sections: Option<Vec<IserverSecdefSearchSections>>

Implementations

impl InlineResponse20020[src]

Trait Implementations

impl Clone for InlineResponse20020[src]

impl Debug for InlineResponse20020[src]

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

impl PartialEq<InlineResponse20020> for InlineResponse20020[src]

impl Serialize for InlineResponse20020[src]

impl StructuralPartialEq for InlineResponse20020[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.