Skip to content

Commit

Permalink
Merge pull request #6691 from yancong001/fix/mex_partially_cancelled_…
Browse files Browse the repository at this point in the history
…error

fix/ MEXC - partially canceled error
  • Loading branch information
cardosofede committed Dec 6, 2023
2 parents 9cfa91d + 7eac0b9 commit ee2c5bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hummingbot/connector/exchange/mexc/mexc_constants.py
Expand Up @@ -57,6 +57,7 @@
"FILLED": OrderState.FILLED,
"PARTIALLY_FILLED": OrderState.PARTIALLY_FILLED,
"PENDING_CANCEL": OrderState.OPEN,
"PARTIALLY_CANCELED": OrderState.CANCELED,
"CANCELED": OrderState.CANCELED,
"REJECTED": OrderState.FAILED,
"EXPIRED": OrderState.FAILED,
Expand Down

0 comments on commit ee2c5bf

Please sign in to comment.