Comparing version 1.0.6 to 1.0.7
@@ -194,3 +194,3 @@ const Api = require('../api').Api | ||
side: side === "buy" ? "Buy" : "Sell", | ||
qty: amount, | ||
qty: amount.toString(), | ||
timeInForce: "GTC", | ||
@@ -201,3 +201,3 @@ reduceOnly: reduceOnly, | ||
if (orderType === 'limit') { | ||
params['price'] = price; | ||
params['price'] = price.toString(); | ||
} | ||
@@ -204,0 +204,0 @@ if (orderTag === '') { |
{ | ||
"name": "smxt", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "author": "tradingtau", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
57164