Struct ib_client::models::inline_object_4::InlineObject4[][src]

pub struct InlineObject4 {
    pub orders: Option<Vec<OrderRequest>>,
}

Fields

orders: Option<Vec<OrderRequest>>

Notes for bracket orders: 1. Children orders will not have its own "cOID", so please donot pass "cOID" parameter in child order.Instead, they will have a "parentId" which must be equal to "cOID" of parent. 2. When you cancel a parent order, it will cancel all bracket orders, when you cancel one child order, it will also cancel its sibling order.

Implementations

impl InlineObject4[src]

Trait Implementations

impl Clone for InlineObject4[src]

impl Debug for InlineObject4[src]

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

impl PartialEq<InlineObject4> for InlineObject4[src]

impl Serialize for InlineObject4[src]

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