From d6e6aa57ff1bd293c96f310589011a2e305d92f3 Mon Sep 17 00:00:00 2001 From: Ross S Date: Thu, 28 Mar 2024 12:46:11 -0700 Subject: [PATCH 1/3] Correct Event.tickByTickAllLast event listener definition There are additional parameters passed to this function that aren't being passed through. I updated the listener definition. --- src/api/api.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/api/api.ts b/src/api/api.ts index 6c1fc499..f9070947 100644 --- a/src/api/api.ts +++ b/src/api/api.ts @@ -2994,7 +2994,9 @@ export declare interface IBApi { time: number, price: number, size: number, - tickAttribLast: unknown /* TODO: replace with TickAttribLast type as soon as available. */, + tickAttribLast: unknown, /* TODO: replace with TickAttribLast type as soon as available. */, + exchange: string, + specialConditions: string ) => void, ): this; From 8508b65cc254747eda244f59c9a51042cade29ce Mon Sep 17 00:00:00 2001 From: Ronan-Yann Lorin Date: Wed, 8 May 2024 19:47:26 +0200 Subject: [PATCH 2/3] Update api.ts --- src/api/api.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/api.ts b/src/api/api.ts index f9070947..1b8573ce 100644 --- a/src/api/api.ts +++ b/src/api/api.ts @@ -2994,9 +2994,9 @@ export declare interface IBApi { time: number, price: number, size: number, - tickAttribLast: unknown, /* TODO: replace with TickAttribLast type as soon as available. */, + tickAttribLast: unknown, /* TODO: replace with TickAttribLast type as soon as available. */ exchange: string, - specialConditions: string + specialConditions: string, ) => void, ): this; From 10ddecd1c9ef34c3b5090113f3c113824bcbd7e5 Mon Sep 17 00:00:00 2001 From: Automated Version Bump Date: Wed, 8 May 2024 18:06:47 +0000 Subject: [PATCH 3/3] ci: version bump to 1.3.20 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f6fceb64..5f468fa4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stoqey/ib", - "version": "1.3.19", + "version": "1.3.20", "private": false, "description": "Interactive Brokers TWS/IB Gateway API client library for Node.js (TS)", "keywords": [