some cleanup

This commit is contained in:
Matthias 2018-12-26 14:58:16 +01:00
parent 5ecdecd1eb
commit 8f3ea3608a

View File

@ -62,16 +62,14 @@ class DataProvider(object):
"""
Return last ticker data
"""
# TODO: Implement me
pass
def orderbook(self, pair: str, max: int):
"""
return latest orderbook data
"""
pass
def balance(self, pair):
# TODO: maybe use wallet directly??
# TODO: Implement me
pass
@property