Function ib_client::apis::order_api::iserver_account_orders_get[][src]

pub async fn iserver_account_orders_get(
    configuration: &Configuration,
    body: Option<InlineObject3>
) -> Result<InlineResponse20011, Error<IserverAccountOrdersGetError>>

The endpoint is meant to be used in polling mode, e.g. requesting every x seconds. The response will contain two objects, one is notification, the other is orders. Orders is the list of live orders (cancelled, filled, submitted). Notifications contains information about execute orders as they happen, see status field. To receive streaming live orders the endpoint /ws can be used. Refer to Streaming WebSocket Data for details.