Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ibapi

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ibapi - npm Package Compare versions

Comparing version 0.1.16 to 0.1.17

2

package.json
{
"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()

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc