Struct ib_client::models::inline_response_200_22_string::InlineResponse20022String[][src]

pub struct InlineResponse20022String {
    pub ORTH: Option<bool>,
    pub SP: Option<String>,
    pub LP: Option<String>,
    pub PC: Option<String>,
    pub TA: Option<String>,
    pub TU: Option<String>,
    pub ROA: Option<String>,
    pub ROP: Option<String>,
    pub TT: Option<String>,
    pub UNP: Option<bool>,
}

Fields

ORTH: Option<bool>

Outside of Regular Trading Hours

SP: Option<String>

Stop Price value

LP: Option<String>

Limit Price value

PC: Option<String>

Price Cap value

TA: Option<String>

Trailing amount value

TU: Option<String>

Trailing unit

ROA: Option<String>

Releative offset amount

ROP: Option<String>

Relative offset percent

TT: Option<String>

Touch trigger price

UNP: Option<bool>

Use Net Price for Bonds

Implementations

impl InlineResponse20022String[src]

Trait Implementations

impl Clone for InlineResponse20022String[src]

impl Debug for InlineResponse20022String[src]

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

impl PartialEq<InlineResponse20022String> for InlineResponse20022String[src]

impl Serialize for InlineResponse20022String[src]

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