Struct ib::apis::OrderApiClient[][src]

pub struct OrderApiClient<C: Connect> { /* fields omitted */ }

Implementations

Trait Implementations

fn iserver_account_account_id_order_order_id_post(
    &self,
    account_id: &str,
    order_id: &str,
    body: ModifyOrder
) -> Box<dyn Future<Item = Vec<InlineResponse20019>, Error = Error<Value>>>

fn iserver_account_account_id_order_post(
    &self,
    account_id: &str,
    body: OrderRequest
) -> Box<dyn Future<Item = Vec<InlineResponse20015>, Error = Error<Value>>>

fn iserver_account_account_id_order_whatif_post(
    &self,
    account_id: &str,
    body: OrderRequest
) -> Box<dyn Future<Item = InlineResponse20018, Error = Error<Value>>>

fn iserver_account_account_id_orders_post(
    &self,
    account_id: &str,
    body: Body4
) -> Box<dyn Future<Item = Vec<InlineResponse20015>, Error = Error<Value>>>

fn iserver_account_account_id_orders_whatif_post(
    &self,
    account_id: &str,
    body: Body5
) -> Box<dyn Future<Item = InlineResponse20018, Error = Error<Value>>>

fn iserver_account_orders_fa_group_post(
    &self,
    fa_group: &str,
    body: OrderRequest
) -> Box<dyn Future<Item = Vec<InlineResponse20015>, Error = Error<Value>>>

fn iserver_reply_replyid_post(
    &self,
    replyid: &str,
    body: Body6
) -> Box<dyn Future<Item = Vec<InlineResponse20019>, Error = Error<Value>>>

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.