Merge branch 'master' into wsapi (#409)

This commit is contained in:
tiagosiebler
2025-01-25 12:41:06 +00:00
3 changed files with 5 additions and 3 deletions

View File

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