Skip to content

Commit

Permalink
Huobi base-symbol-trade-disabled handle
Browse files Browse the repository at this point in the history
  • Loading branch information
ndubel authored Dec 9, 2019
1 parent 4bd6c4e commit 4e65a84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/huobipro.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ module.exports = class huobipro extends Exchange {
'base-record-invalid': OrderNotFound, // https://github.com/ccxt/ccxt/issues/5750
// err-msg
'invalid symbol': BadSymbol, // {"ts":1568813334794,"status":"error","err-code":"invalid-parameter","err-msg":"invalid symbol"}
'base-symbol-trade-disabled': BadSymbol // {"status":"error","err-code":"base-symbol-trade-disabled","err-msg":"Trading is disabled for this symbol","data":null}
},
},
'options': {
Expand Down

0 comments on commit 4e65a84

Please sign in to comment.