Skip to main content

IB.reqTickByTickData

Back to ib_async.ib.IB

reqTickByTickData(self, contract: ib_async.contract.Contract, tickType: str, numberOfTicks: int = 0, ignoreSize: bool = False) -> ib_async.ticker.Ticker

Completeness: signature-only · Canonical ID: ib_async.ib.IB.reqTickByTickData

Runtime signature is published; semantic enrichment remains outstanding.

Related API navigation

Sources and provenance

Subscribe to tick-by-tick data and return the Ticker that holds the ticks in ticker.tickByTicks.

https://interactivebrokers.github.io/tws-api/tick_data.html

Args: contract: Contract of interest. tickType: One of 'Last', 'AllLast', 'BidAsk' or 'MidPoint'. numberOfTicks: Number of ticks or 0 for unlimited. ignoreSize: Ignore bid/ask ticks that only update the size.