* PR 74 merged (``ib.reqCurrentTime()`` method added). * Fixed bug with order error handling.
0.9.25
^^^^^^^^^^^^^^
* Default throttling rate now compatible with reqTickers. * Fixed issue with ``ib.waitOnUpdate()`` in combination. with ``ib.pendingTickersEvent``. * Added timeout parameter for ``ib.waitOnUpdate()``.
0.9.24
^^^^^^^^^^^^^^
* ``ticker.futuresOpenInterest`` added. * ``execution.time`` was string, is now parsed to UTC datetime. * ``ib.reqMarketRule()`` request added.
0.9.23
^^^^^^^^^^^^^^
* Compatability with Tornado 5 as used in new Jupyter notebook server.
0.9.22
^^^^^^^^^^^^^^
* updated ``ib.reqNewsArticle`` and ``ib.reqHistoricalNews`` to ibapi v9.73.07.
0.9.21
^^^^^^^^^^^^^^
* updated ``ib.reqTickByTickData()`` signature to ibapi v9.73.07 while keeping backward compatibility.