Struct ib_client::models::inline_response_200_11_orders::InlineResponse20011Orders[][src]

pub struct InlineResponse20011Orders {
    pub acct: Option<String>,
    pub exchange: Option<String>,
    pub conid: Option<f32>,
    pub order_id: Option<String>,
    pub cash_ccy: Option<String>,
    pub size_and_fills: Option<f32>,
    pub order_desc: Option<String>,
    pub description1: Option<String>,
    pub ticker: Option<String>,
    pub sec_type: Option<String>,
    pub listing_exchange: Option<String>,
    pub remaining_quantity: Option<f32>,
    pub filled_quantity: Option<f32>,
    pub company_name: Option<String>,
    pub status: Option<String>,
    pub orig_order_type: Option<String>,
    pub supports_tax_opt: Option<f32>,
    pub last_execution_time: Option<f32>,
    pub last_execution_time_r: Option<f32>,
    pub order_type: Option<String>,
    pub order_ref: Option<String>,
    pub side: Option<String>,
    pub time_in_force: Option<String>,
    pub price: Option<f32>,
    pub bg_color: Option<String>,
    pub fg_color: Option<String>,
}

Fields

acct: Option<String>

Account number

exchange: Option<String>

Exchange or trading venue

conid: Option<f32>

Contract identifier

order_id: Option<String>

Order identifier

cash_ccy: Option<String>

Cash currency

size_and_fills: Option<f32>

Quantity outstanding and total quantity concatenated with forward slash separator

order_desc: Option<String>

Order description

description1: Option<String>

Formatted ticker description

ticker: Option<String>

Underlying symbol

sec_type: Option<String>

Asset class

listing_exchange: Option<String>

Listing Exchange

remaining_quantity: Option<f32>

Quantity remaining

filled_quantity: Option<f32>

Quantity filled

company_name: Option<String>

Company Name

status: Option<String>

Status of the order

orig_order_type: Option<String>

Original order type

supports_tax_opt: Option<f32>

Supports Tax Optimization with 0 for no and 1 for yes

last_execution_time: Option<f32>

Last status update in format YYMMDDhhmms based in GMT

last_execution_time_r: Option<f32>

Last status update unix time in ms

order_type: Option<String>

Order type

order_ref: Option<String>

Order reference

side: Option<String>

Side of order

time_in_force: Option<String>

Time in force

price: Option<f32>

Price of order

bg_color: Option<String>

background color in hex format

fg_color: Option<String>

foreground color in hex format

Implementations

impl InlineResponse20011Orders[src]

Trait Implementations

impl Clone for InlineResponse20011Orders[src]

impl Debug for InlineResponse20011Orders[src]

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

impl PartialEq<InlineResponse20011Orders> for InlineResponse20011Orders[src]

impl Serialize for InlineResponse20011Orders[src]

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