mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-28 19:14:23 +01:00
* Invalid orders should be removed from pending_orders * If an EXCHANGE_FILL_OR_KILL order is unfilled and cancelled, confirm_order_new will not get called. This can leave lots of pending orders remaining in the order_manager. However, confirm_order_closed will get called, and therefore we should delete pending orders from that method as well. * updated CHANGELOG
6 lines
91 B
Python
6 lines
91 B
Python
"""
|
|
This module contains the current version of the bfxapi lib
|
|
"""
|
|
|
|
__version__ = '1.1.12'
|