Message: OrderStatusRequest

File: WebAPI/order_2.proto

Description

Allows to get an order status with all transactions. Works for current day and historical orders, with the exception of unfilled leg orders of non-failed synthetic strategy orders.

Limits: The request rate is 5 per 5 seconds by default.

Response: OrderStatusReport.

Used in

InformationRequest

Fields

order_id

Type: string

Description: Order id from an order status. Note: it can be any order id within the order chain.

Source: OrderStatus.order_id.

Required: yes.

account_id

Type: sint32

Description: ID of the order’s account.

Source: trading_account_2.Account.account_id.

Required: yes.