Struct ib::apis::CCPBetaApiClient[][src]

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

Implementations

Trait Implementations

fn ccp_auth_init_post(
    &self,
    compete: bool,
    locale: &str,
    mac: &str,
    machine_id: &str,
    username: &str
) -> Box<dyn Future<Item = InlineResponse2001, Error = Error<Value>>>

fn ccp_auth_response_post(
    &self,
    auth: Auth
) -> Box<dyn Future<Item = InlineResponse2002, Error = Error<Value>>>

fn ccp_order_post(
    &self,
    acct: &str,
    conid: f32,
    ccy: &str,
    exchange: &str,
    qty: f32,
    _type: &str,
    side: &str,
    price: f32,
    tif: &str
) -> Box<dyn Future<Item = OrderData, 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.