Implement adjusting positions and begin writing live tests for AMS
This commit is contained in:
@@ -205,7 +205,7 @@ class BaseExchange(ABC):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def close_trade(self, trade_id):
|
||||
def close_trade(self, trade_id, units=None):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
|
||||
Reference in New Issue
Block a user