v3.10.30: add missing WSExecutionV5 execPnl property. Bump npm audit dependency.

This commit is contained in:
tiagosiebler
2025-01-25 12:14:54 +00:00
parent b35d4cb88b
commit e2a91d89f7
3 changed files with 11 additions and 9 deletions

View File

@@ -184,6 +184,7 @@ export interface WSExecutionV5 {
execId: string;
execPrice: string;
execQty: string;
execPnl: string;
execType: ExecTypeV5;
execValue: string;
execTime: string;