Struct ib_client::models::scanner_params_instrument_list_instrument::ScannerParamsInstrumentListInstrument[][src]

pub struct ScannerParamsInstrumentListInstrument {
    pub _type: Option<String>,
    pub name: Option<String>,
    pub short_name: Option<String>,
    pub sec_type: Option<String>,
    pub filters: Option<String>,
}

Fields

_type: Option<String>

Type of the asset

name: Option<String>

Display name for the instrument

short_name: Option<String>sec_type: Option<String>

Sec Type of the instrument. This field is not provided if its value is same as 'type'

filters: Option<String>

Supported filters for the instrument separated by a comma

Implementations

impl ScannerParamsInstrumentListInstrument[src]

Trait Implementations

impl Clone for ScannerParamsInstrumentListInstrument[src]

impl Debug for ScannerParamsInstrumentListInstrument[src]

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

impl PartialEq<ScannerParamsInstrumentListInstrument> for ScannerParamsInstrumentListInstrument[src]

impl Serialize for ScannerParamsInstrumentListInstrument[src]

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