Comparing version 0.1.5 to 0.1.6
@@ -12,1 +12,2 @@ /* | ||
exports.stock = require('./stock'); | ||
exports.cfd = require('./cfd'); |
@@ -30,3 +30,4 @@ /* | ||
this._controller.run('sendAsync', [C.CLIENT_VERSION, this._controller.options.clientId]); | ||
this._controller.run('sendAsync', [C.CLIENT_VERSION]); | ||
this._controller.run('sendAsync', [this._controller.options.clientId]); | ||
}; | ||
@@ -33,0 +34,0 @@ |
{ | ||
"name": "ib", | ||
"description": "Interactive Brokers TWS (or IB Gateway) API client library for Node.js", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -9,5 +9,3 @@ [![Logo](https://raw.github.com/pilwon/node-ib/master/logo.jpg)](http://interactivebrokers.com/) | ||
If you're looking for a version that wraps Interactive Brokers' official C++ client, check out [Jae Yang (dchem)](https://github.com/dchem)'s [node-ibapi-addon](https://github.com/dchem/node-ibapi-addon). | ||
## Installation | ||
@@ -197,3 +195,3 @@ | ||
Copyright (c) 2013-2014 Pilwon Huh | ||
Copyright (c) 2013-2016 Pilwon Huh | ||
@@ -200,0 +198,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
111851
22
2967
216