* ``Ticker.vwap`` field added (for use with generic tick 233). * Client with master clientId can now monitor orders and trades of other clients.
0.8.8
^^^^^^^^^^^^^
* ``barUpdate`` event now used also for ``reqRealTimeBars`` responses * ``reqRealTimeBars`` will return ``RealTimeBarList`` instead of list. * realtime bars example added to bar data notebook. * fixed event handling bug in ``Wrapper.execDetails``.
0.8.7
^^^^^^^^^^^^^
* ``BarDataList`` now used with ``reqHistoricalData``; it also stores the request parameters. * updated the typing annotations. * added ``barUpdate`` event to ``IB``. * bar- and tick-data notebooks updated to use callbacks for realtime data.
0.8.6
^^^^^^^^^^^^^
* ``ticker.marketPrice`` adjusted to ignore price of -1. * ``ticker.avVolume`` handling fixed.
0.8.5
^^^^^^^^^^^^^
* ``realtimeBar`` wrapper fix. * context manager for ``IB`` and ``IB.connect()``.
0.8.4
^^^^^^^^^^^^^
* compatibility with upcoming ibapi changes. * added ``error`` event to ``IB``. * notebooks updated to use ``loopUntil``. * small fixes and performance improvements.