mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
implemented DataProvider.orderbook()
This commit is contained in:
parent
f04089ef1e
commit
199426460a
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user