Skip to content

Commit

Permalink
Merge pull request #213 from scrivna/patch-1
Browse files Browse the repository at this point in the history
Correct Event.tickByTickAllLast event listener definition
  • Loading branch information
rylorin authored May 8, 2024
2 parents bae47e6 + 8508b65 commit c012f05
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/api/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit c012f05

Please sign in to comment.