some cleanup
This commit is contained in:
parent
5ecdecd1eb
commit
8f3ea3608a
@ -62,16 +62,14 @@ class DataProvider(object):
|
|||||||
"""
|
"""
|
||||||
Return last ticker data
|
Return last ticker data
|
||||||
"""
|
"""
|
||||||
|
# TODO: Implement me
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def orderbook(self, pair: str, max: int):
|
def orderbook(self, pair: str, max: int):
|
||||||
"""
|
"""
|
||||||
return latest orderbook data
|
return latest orderbook data
|
||||||
"""
|
"""
|
||||||
pass
|
# TODO: Implement me
|
||||||
|
|
||||||
def balance(self, pair):
|
|
||||||
# TODO: maybe use wallet directly??
|
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Loading…
Reference in New Issue
Block a user