diff --git a/src/rest-client-v5.ts b/src/rest-client-v5.ts index 3140f6da..2d031490 100644 --- a/src/rest-client-v5.ts +++ b/src/rest-client-v5.ts @@ -582,9 +582,9 @@ export class RestClientV5 extends BaseRestClient { * * Only for institutional clients! */ - setDisconnectCancelAllWindowV2(params: { - product: 'OPTION' | 'SPOT' | 'DERIVATIVES', - timeWindow: number, + setDisconnectCancelAllWindowV2(params: { + product: 'OPTION' | 'SPOT' | 'DERIVATIVES'; + timeWindow: number; }): Promise> { return this.postPrivate('/v5/order/disconnected-cancel-all', params); }