Skip to main content

IB.placeOrder

Back to ib_async.ib.IB

placeOrder(self, contract: ib_async.contract.Contract, order: ib_async.order.Order) -> ib_async.order.Trade

Completeness: fully-documented · Canonical ID: ib_async.ib.IB.placeOrder

Explicit policy override after evidence-backed documentation review.

Related API navigation

Sources and provenance

Place a new order or modify an existing order. Returns a Trade that is kept live updated with status changes, fills, etc.

Args: contract: Contract to use for order. order: The order to be placed.