Skip to content

Commit

Permalink
Merge pull request ccxt#4747 from rdbr/kucoin-cancel-order-exception
Browse files Browse the repository at this point in the history
Kucoin cancel order exception
  • Loading branch information
kroitor authored Feb 26, 2019
2 parents cf0dcc0 + ece4a8b commit 684b1f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/kucoin2.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ module.exports = class kucoin2 extends Exchange {
'411100': AccountSuspended,
'500000': ExchangeError,
'order_not_exist': OrderNotFound, // {"code":"order_not_exist","msg":"order_not_exist"} ¯\_(ツ)_/¯
'order_not_exist_or_not_allow_to_cancel': InvalidOrder,
},
'fees': {
'trading': {
Expand Down

0 comments on commit 684b1f1

Please sign in to comment.