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.3.21 to 0.3.22

18

lib/incoming.js

@@ -1204,12 +1204,22 @@ var _ = require('lodash');

{
// if (m_serverVersion >= 120) {
// descriptions.push({
// exchange: this.dequeue(),
// secType: this.dequeue(),
// listingExch: this.dequeue(),
// serviceDataType: this.dequeue(),
// aggGroup: this.dequeueInt() || Number.MAX_VALUE
// })
// } else {
// }
descriptions.push({
exchange: this.dequeue(),
secType: this.dequeue(),
listingExch: this.dequeue(),
serviceDataType: this.dequeue(),
aggGroup: this.dequeueInt() || Number.MAX_VALUE
listingExch: '',
serviceDataType: this.dequeueBool() ? 'Deep2' : 'Deep',
aggGroup: Number.MAX_VALUE
})
}
this._emit('mktDepthExchanges', nDescriptions);
this._emit('mktDepthExchanges', descriptions);
};

@@ -1216,0 +1226,0 @@

{
"name": "@fantasia949/ib",
"description": "Interactive Brokers TWS (or IB Gateway) API client library for Node.js",
"version": "0.3.21",
"version": "0.3.22",
"license": "MIT",

@@ -6,0 +6,0 @@ "author": "trung <fantasia949@gmail.com>",

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