Open Orders
get_open_orders(
timeout: Integer. A default value of 3 seconds is supplied.
)
All orders from the current day’s trading session are returned in a dictionary, using the orderId as the key to discover the specific order.
Response Object
{
{Order ID}: Dictionary. Returns the Contract, Order, and [OrderState] objects of the affiliated orderId.
{
orderId: Integer. The identifier for the order. Relevant for order tracking, modification, and cancellation.
contract: Contract Object. Contract to trade.
order: Order Object. Parameters for the given order to execute.
orderState: [OrderState Object]. Current state of the order. Contains margin impact and status details.
}

