Struct ib_client::models::inline_response_200_22_rules::InlineResponse20022Rules[][src]

pub struct InlineResponse20022Rules {
    pub error: Option<String>,
    pub order_types: Option<Vec<InlineResponse20022OrderTypes>>,
    pub ibalgo_types: Option<Vec<InlineResponse20022IbalgoTypes>>,
    pub fraq_types: Option<Vec<InlineResponse20022FraqTypes>>,
    pub cqt_types: Option<Vec<InlineResponse20022CqtTypes>>,
    pub order_defaults: Option<Vec<InlineResponse20022OrderDefaults>>,
    pub order_types_outside: Option<Vec<InlineResponse20022OrderTypesOutside>>,
    pub default_size: Option<i32>,
    pub cash_size: Option<i32>,
    pub size_increment: Option<i32>,
    pub tif_types: Option<Vec<InlineResponse20022TifTypes>>,
    pub default_tif: Option<String>,
    pub limit_price: Option<f32>,
    pub stopprice: Option<f32>,
    pub order_origination: Option<f32>,
    pub preview: Option<bool>,
    pub display_size: Option<f32>,
    pub fraq_int: Option<f32>,
    pub cash_ccy: Option<String>,
    pub cash_qty_incr: Option<f32>,
    pub price_magnifier: Option<f32>,
    pub negative_capable: Option<bool>,
    pub increment: Option<f32>,
    pub increment_digits: Option<i32>,
}

Fields

error: Option<String>order_types: Option<Vec<InlineResponse20022OrderTypes>>ibalgo_types: Option<Vec<InlineResponse20022IbalgoTypes>>fraq_types: Option<Vec<InlineResponse20022FraqTypes>>cqt_types: Option<Vec<InlineResponse20022CqtTypes>>order_defaults: Option<Vec<InlineResponse20022OrderDefaults>>

If object returned will provide the defaults based on user settings

order_types_outside: Option<Vec<InlineResponse20022OrderTypesOutside>>default_size: Option<i32>

Default quantity

cash_size: Option<i32>

cash value

size_increment: Option<i32>

increment quantity value

tif_types: Option<Vec<InlineResponse20022TifTypes>>default_tif: Option<String>

Default time in force value

limit_price: Option<f32>

Limit price

stopprice: Option<f32>

Stop price

order_origination: Option<f32>

Order origin designation for US securities options and Options Clearing Corporation

preview: Option<bool>

order preview required

display_size: Option<f32>fraq_int: Option<f32>

decimal places for fractional order size

cash_ccy: Option<String>

Cash currency for the contract

cash_qty_incr: Option<f32>

Increment value for cash quantity

price_magnifier: Option<f32>

Price Magnifier

negative_capable: Option<bool>

trading negative price support

increment: Option<f32>

Price increment value

increment_digits: Option<i32>

Number of digits for price increment

Implementations

impl InlineResponse20022Rules[src]

Trait Implementations

impl Clone for InlineResponse20022Rules[src]

impl Debug for InlineResponse20022Rules[src]

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

impl PartialEq<InlineResponse20022Rules> for InlineResponse20022Rules[src]

impl Serialize for InlineResponse20022Rules[src]

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