Comparing version 0.1.16 to 0.1.17
{ | ||
"name": "ibapi", | ||
"version": "0.1.16", | ||
"version": "0.1.17", | ||
"description": "Interactive Brokers API addon for NodeJS ", | ||
@@ -5,0 +5,0 @@ "main": "ibapi.js", |
node-ibapi-addon | ||
================ | ||
Interactive Brokers API addon for Node.js compatible with IB API 9.69 | ||
Interactive Brokers API addon for Node.js compatible with IB API 9.70 | ||
@@ -15,5 +15,6 @@ This addon uses the latest stable Interactive Brokers POSIX C++ API. | ||
* 2013-03-17 - 0.1.13 - Smoother installation to multiple OSes | ||
* 2013-01-17 - 0.1.0 - all EWrapper events bound in ibapi.js | ||
* 2013-01-09 - 0.0.4 - get commands output JS objects | ||
* 2014-04-22 - 0.1.17 - Compatibility fix for API 9.70 | ||
* 2014-03-17 - 0.1.13 - Smoother installation to multiple OSes | ||
* 2014-01-17 - 0.1.0 - all EWrapper events bound in ibapi.js | ||
* 2014-01-09 - 0.0.4 - get commands output JS objects | ||
* 2013-12-29 - 0.0.3 - Added EventEmitter support | ||
@@ -136,3 +137,3 @@ * 2013-09-26 - 0.0.2 - EClientSocket hooks and EWrapper hooks | ||
.cancelMktData(reqId) | ||
.placeOrder(orderId, contract, action, quantity, orderType, price) | ||
.placeOrder(orderId, contract, action, quantity, orderType, price, auxPrice) | ||
.cancelOrder(orderId) | ||
@@ -139,0 +140,0 @@ .reqOpenOrders() |
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
185272
238