implemented DataProvider.orderbook()

This commit is contained in:
Yuliyan Perfanov 2019-06-02 13:25:09 +03:00
parent f04089ef1e
commit 199426460a
1 changed files with 1 additions and 2 deletions

View File

@ -85,8 +85,7 @@ class DataProvider(object):
"""
return latest orderbook data
"""
# TODO: Implement me
pass
return self._exchange.get_order_book(pair, max)
@property
def runmode(self) -> RunMode: