Comparing version 0.1.10 to 0.1.11
@@ -970,11 +970,9 @@ var _ = require('lodash'); | ||
var contract = { | ||
summary: {} | ||
}; | ||
var rank; | ||
while (numberOfElements--) { | ||
var contract = { | ||
summary: {} | ||
}; | ||
rank = this.dequeueInt(); | ||
if (version >= 3) { | ||
@@ -981,0 +979,0 @@ contract.summary.conId = this.dequeueInt(); |
{ | ||
"name": "ib", | ||
"description": "Interactive Brokers TWS (or IB Gateway) API client library for Node.js", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "author": { |
113013