Hi,
i want to retrieve all open orders status from my account with ibkr api.
In the documentation i found this:
class TestClient(EClient):
def __init__(self, wrapper):
EClient.__init__(self, wrapper)
@iswrapper
def openOrder(self, orderId, contract, order, orderState)...