Skip to content

Commit 0e86091

Browse files
committed
Fix generate_order_modify_rejected typo for Binance
Closes #2682, thanks for reporting @etiennepar.
1 parent 1a320a5 commit 0e86091

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RELEASES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ None
1212
None
1313

1414
### Fixes
15-
None
15+
- Fixed `generate_order_modify_rejected` typo in Binance execution client (#2682), thanks for reporting @etiennepar
1616

1717
### Documentation Updates
1818
None

nautilus_trader/adapters/binance/execution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@ async def _modify_order(self, command: ModifyOrder) -> None:
964964
price=str(command.price) if command.price else str(order.price),
965965
)
966966
if not retry_manager.result:
967-
self.generate_order_modify_reject(
967+
self.generate_order_modify_rejected(
968968
command.strategy_id,
969969
command.instrument_id,
970970
command.client_order_id,

0 commit comments

Comments
 (0)