IB.reqAutoOpenOrders
reqAutoOpenOrders(self, autoBind: bool = True)
Completeness: signature-only · Canonical ID: ib_async.ib.IB.reqAutoOpenOrders
Runtime signature is published; semantic enrichment remains outstanding.
Related API navigation
- Called by:
IB.connectAsync - Calls:
Client.reqAutoOpenOrders - Protocol mapping:
EClient.reqAutoOpenOrders - Response callback:
EWrapper.openOrder - Response callback:
EWrapper.orderStatus - Error reference: TWS message codes (applicability is request-dependent).
Sources and provenance
- ib-async-repository-2-1-0 (
library-source; retrieved2026-07-15T03:42:42Z) - ib-async-repository-2-1-0 (
library-source; retrieved2026-07-15T03:42:42Z) - ib-async-repository-2-1-0 (
library-source; retrieved2026-07-15T03:42:42Z) - ib-async-repository-2-1-0 (
library-source; retrieved2026-07-15T03:42:42Z)
Bind manual TWS orders so that they can be managed from this client. The clientId must be 0 and the TWS API setting "Use negative numbers to bind automatic orders" must be checked.
This request is automatically called when clientId=0.
https://interactivebrokers.github.io/tws-api/open_orders.html https://interactivebrokers.github.io/tws-api/modifying_orders.html
Args: autoBind: Set binding on or off.