Add ticker to dataprovider

This commit is contained in:
hroff-1902 2020-05-01 05:11:30 +03:00
parent 25d9001f88
commit 63b55658ac
1 changed files with 1 additions and 2 deletions

View File

@ -97,8 +97,7 @@ class DataProvider:
"""
Return last ticker data
"""
# TODO: Implement me
pass
return self._exchange.fetch_ticker(pair)
def orderbook(self, pair: str, maximum: int) -> Dict[str, List]:
"""