Struct ib_client::models::inline_object_6::InlineObject6[][src]

pub struct InlineObject6 {
    pub symbol: String,
    pub name: Option<bool>,
    pub sec_type: Option<String>,
}

Fields

symbol: String

symbol or name to be searched

name: Option<bool>

should be true if the search is to be performed by name. false by default.

sec_type: Option<String>

If search is done by name, only the assets provided in this field will be returned. Currently, only STK is supported.

Implementations

impl InlineObject6[src]

pub fn new(symbol: String) -> InlineObject6[src]

Trait Implementations

impl Clone for InlineObject6[src]

impl Debug for InlineObject6[src]

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

impl PartialEq<InlineObject6> for InlineObject6[src]

impl Serialize for InlineObject6[src]

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