-------- - Upped version number due to malformed submission to PyPi (1.5.1)
1.5.1a
--------
- Wait 5ms before invoking ``on_fill()`` to allow portfolio to sync from TWS/GW - Renamed Instrument object's ``margin_max_contarcts()`` to ``max_contracts_allowed()`` - Added ``get_bar()`` and ``get_tick()`` methods to Instrument object (as well as ``tick`` and ``bar`` properties) - Misc bugfixes and code improvements
*November 6, 2016*
1.5.0a
--------
- Added ``move_stoploss()`` to instrument object. This method auto-discover **orderId** and **quantity** and invokes ``self.modify_order(...)`` - Fixed bug that prevented modification of stop orders using ``modify_order(...)`` - Fixed rederence to renamed and modified method (``active_order_id`` => ``active_order``)
1.4.99a
-------
- Using the new ``IbPy2``'s PyPi installer; no separate install of ``IbPy`` is required - Using latest ``ezIBpy`` (now also using ``IbPy2``)
*November 2, 2016*
1.4.98a
-------
- Added support for Orderbook-based strategies via ``on_orderbook(...)`` (requires the ``--orderbook`` flag to be added to Blotter) - Added bar(s), tick(s), quote and orderbook properties to the ``Instrument`` object
*October 25, 2016*
1.4.97a
-------
- Made changes to ``.travis.yml`` to help Travis-CI with its Pandas build issues