Implement stub functions for OANDA
This commit is contained in:
@@ -13,6 +13,9 @@ class BaseExchange(object):
|
||||
def connect(self):
|
||||
raise NotImplementedError
|
||||
|
||||
def get_account(self):
|
||||
raise NotImplementedError
|
||||
|
||||
def get_supported_assets(self):
|
||||
raise NotImplementedError
|
||||
|
||||
@@ -39,4 +42,3 @@ class BaseExchange(object):
|
||||
|
||||
def get_all_positions(self):
|
||||
raise NotImplementedError
|
||||
|
||||
Reference in New Issue
Block a user