@stoqey/ib
Advanced tools
Comparing version 1.1.41 to 1.1.42
@@ -34,3 +34,3 @@ "use strict"; | ||
}) | ||
.on(__1.EventName.orderStatus, (orderId, apiClientId, apiOrderId, whyHeld, mktCapPrice) => { | ||
.on(__1.EventName.orderStatus, (orderId) => { | ||
// todo add proper verification code here | ||
@@ -37,0 +37,0 @@ expect(typeof orderId).toEqual("number"); |
{ | ||
"name": "@stoqey/ib", | ||
"private": false, | ||
"version": "1.1.41", | ||
"version": "1.1.42", | ||
"description": "Interactive Brokers TWS/IB Gateway API client library for Node.js (TS)", | ||
@@ -6,0 +6,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1190938