Skip to content

Commit

Permalink
Merge pull request ccxt#1153 from mkutny/okorders
Browse files Browse the repository at this point in the history
okcoinusd: hasFetchOrders is false now - won't work without extra params
  • Loading branch information
kroitor authored Jan 13, 2018
2 parents 3b2a034 + 09ace3e commit b62ca25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/okcoinusd.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ module.exports = class okcoinusd extends Exchange {
// obsolete metainfo interface
'hasFetchOHLCV': true,
'hasFetchOrder': true,
'hasFetchOrders': true,
'hasFetchOrders': false,
'hasFetchOpenOrders': true,
'hasFetchClosedOrders': true,
'hasWithdraw': true,
// new metainfo interface
'has': {
'fetchOHLCV': true,
'fetchOrder': true,
'fetchOrders': true,
'fetchOrders': false,
'fetchOpenOrders': true,
'fetchClosedOrders': true,
'withdraw': true,
Expand Down

0 comments on commit b62ca25

Please sign in to comment.