fix(type): fixed #391

This commit is contained in:
Freeman
2024-11-06 17:37:41 +00:00
parent 26754f9d8e
commit 3d1d92cd3a

View File

@@ -126,6 +126,7 @@ export interface WSAccountOrderV5 {
cumExecQty: string;
cumExecValue: string;
cumExecFee: string;
closedPnl: string;
feeCurrency: string;
timeInForce: OrderTimeInForceV5;
orderType: OrderTypeV5;