@stoqey/ib 1.3.19 → 1.3.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/api.d.ts +1 -1
- package/package.json +1 -1
package/dist/api/api.d.ts
CHANGED
|
@@ -1901,7 +1901,7 @@ export declare interface IBApi {
|
|
|
1901
1901
|
*
|
|
1902
1902
|
* @see [[reqTickByTickData]]
|
|
1903
1903
|
*/
|
|
1904
|
-
on(event: EventName.tickByTickAllLast, listener: (reqId: number, tickType: number, time: number, price: number, size: number, tickAttribLast: unknown) => void): this;
|
|
1904
|
+
on(event: EventName.tickByTickAllLast, listener: (reqId: number, tickType: number, time: number, price: number, size: number, tickAttribLast: unknown, /* TODO: replace with TickAttribLast type as soon as available. */ exchange: string, specialConditions: string) => void): this;
|
|
1905
1905
|
/**
|
|
1906
1906
|
* Provides "BidAsk" tick-by-tick real-time tick.
|
|
1907
1907
|
*
|