Skip to content

Commit

Permalink
fix(ccxt): pass ccxt order params when modifying order
Browse files Browse the repository at this point in the history
  • Loading branch information
kieran-mackle committed Mar 20, 2024
1 parent 6712df9 commit fe8ed6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autotrader/brokers/ccxt.py
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,7 @@ def _modify_order(self, order: Order):
type=None,
amount=order.size,
price=order.order_limit_price,
params=order.ccxt_params,
)
except Exception as e:
modified_order = e
Expand Down

0 comments on commit fe8ed6c

Please sign in to comment.