@icgio/icg-exchanges-wrapper 1.9.169 → 1.9.171

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -171,7 +171,7 @@ module.exports = class Orders {
171
171
  this.check_trades()
172
172
  }
173
173
  if (this.function_enabled.query_order_check) {
174
- for (let exchange in Exchanges) {
174
+ for (let exchange in this.Exchanges) {
175
175
  if (this.function_enabled.query_order_check_exchange[exchange]) {
176
176
  this.check_query_order(exchange)
177
177
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/icg-exchanges-wrapper",
3
- "version": "1.9.169",
3
+ "version": "1.9.171",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "homepage": "https://github.com/icgio/icg-exchanges-wrapper#readme",
19
19
  "dependencies": {
20
- "@icgio/icg-exchanges": "^1.27.117",
20
+ "@icgio/icg-exchanges": "^1.27.118",
21
21
  "@icgio/icg-exchanges-data": "^1.6.61",
22
22
  "@icgio/icg-utils": "^1.7.37",
23
23
  "influx": "^5.7.0",