added full_orderbook.py example

This commit is contained in:
itsdeka
2021-08-09 12:18:13 +02:00
parent 110b4b46e1
commit 8e87cf17ce
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
1.1.18
-) Added orderbook implementation example (ws)
1.1.16
-) Implemented Margin Info (rest)
-) Implemented claim position (rest)

View File

@@ -2,4 +2,4 @@
This module contains the current version of the bfxapi lib
"""
__version__ = '1.1.16'
__version__ = '1.1.18'