Socket
Socket
Sign inDemoInstall

@fantasia949/ib

Package Overview
Dependencies
3
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.8 to 0.2.9

12

lib/outgoing.js

@@ -122,2 +122,14 @@ var _ = require('lodash');

Outgoing.prototype.cancelPnL= function (reqId) {
var version = 1;
this._send(C.OUTGOING.CANCEL_PNL, version, reqId);
};
Outgoing.prototype.cancelPnLSingle= function (reqId) {
var version = 1;
this._send(C.OUTGOING.CANCEL_PNL_SINGLE, version, reqId);
};
Outgoing.prototype.cancelCalculateImpliedVolatility = function (reqId) {

@@ -124,0 +136,0 @@ if (this._controller._serverVersion < C.MIN_SERVER_VER.CANCEL_CALC_IMPLIED_VOLAT) {

6

package.json
{
"name": "@fantasia949/ib",
"description": "Interactive Brokers TWS (or IB Gateway) API client library for Node.js",
"version": "0.2.8",
"version": "0.2.9",
"license": "MIT",
"author": "trung <fantasia949@gmail.com>",
"homepage": "https://github.com/pilwon/node-ib",
"homepage": "https://github.com/fantasia949/node-ib",
"repository": {
"type": "git",
"url": "git://github.com/pilwon/node-ib.git"
"url": "git://github.com/fantasia949/node-ib.git"
},

@@ -12,0 +12,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc