Comparing version 0.1.12 to 0.1.13
@@ -6,1 +6,2 @@ exports.limit = require('./limit'); | ||
exports.marketClose = require('./marketClose'); | ||
exports.trailingStop = require('./trailingStop'); |
@@ -7,3 +7,3 @@ var assert = require('assert'); | ||
assert(_.isString(action), 'Action must be a string.'); | ||
assert(_.isNumber(quantity), 'Quantity must be a string.'); | ||
assert(_.isNumber(quantity), 'Quantity must be a number.'); | ||
assert(_.isNumber(price), 'Price must be a number.'); | ||
@@ -10,0 +10,0 @@ |
{ | ||
"name": "ib", | ||
"description": "Interactive Brokers TWS (or IB Gateway) API client library for Node.js", | ||
"version": "0.1.12", | ||
"version": "0.1.13", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "author": { |
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
113775
27
2969