Skip to content

Commit

Permalink
Merge pull request #2995 from egorFiNE/bittrex-invalidOrder
Browse files Browse the repository at this point in the history
bittrex: exception added for invalid order
  • Loading branch information
kroitor committed May 30, 2018
2 parents 292ca03 + b278364 commit 394265c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/bittrex.js
Expand Up @@ -149,6 +149,7 @@ module.exports = class bittrex extends Exchange {
'UUID_INVALID': OrderNotFound,
'RATE_NOT_PROVIDED': InvalidOrder, // createLimitBuyOrder ('ETH/BTC', 1, 0)
'WHITELIST_VIOLATION_IP': PermissionDenied,
'INVALID_ORDER': InvalidOrder,
},
'options': {
'parseOrderStatus': false,
Expand Down

0 comments on commit 394265c

Please sign in to comment.