chore(): Bumped version
This commit is contained in:
@@ -582,14 +582,11 @@ export class RestClientV5 extends BaseRestClient {
|
||||
*
|
||||
* Only for institutional clients!
|
||||
*/
|
||||
setDisconnectCancelAllWindowV2(
|
||||
setDisconnectCancelAllWindowV2(params: {
|
||||
product: 'OPTION' | 'SPOT' | 'DERIVATIVES',
|
||||
timeWindow: number,
|
||||
): Promise<APIResponseV3<undefined>> {
|
||||
return this.postPrivate('/v5/order/disconnected-cancel-all', {
|
||||
product,
|
||||
timeWindow,
|
||||
});
|
||||
}): Promise<APIResponseV3<undefined>> {
|
||||
return this.postPrivate('/v5/order/disconnected-cancel-all', params);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user