diff --git a/catalyst/exchange/exchange_blotter.py b/catalyst/exchange/exchange_blotter.py index 06494788..530161e2 100644 --- a/catalyst/exchange/exchange_blotter.py +++ b/catalyst/exchange/exchange_blotter.py @@ -171,7 +171,7 @@ class ExchangeBlotter(Blotter): else: order = retry( - action=self.get_exchange_transactions, + action=self.exchange_order, attempts=self.attempts['order_attempts'], sleeptime=self.attempts['retry_sleeptime'], retry_exceptions=(ExchangeRequestError,),