Merge pull request #364 from JJ-Cro/ReleaseNotes170724
fix(): Comma/semicolon fix in params
This commit is contained in:
@@ -582,9 +582,9 @@ export class RestClientV5 extends BaseRestClient {
|
|||||||
*
|
*
|
||||||
* Only for institutional clients!
|
* Only for institutional clients!
|
||||||
*/
|
*/
|
||||||
setDisconnectCancelAllWindowV2(params: {
|
setDisconnectCancelAllWindowV2(params: {
|
||||||
product: 'OPTION' | 'SPOT' | 'DERIVATIVES',
|
product: 'OPTION' | 'SPOT' | 'DERIVATIVES';
|
||||||
timeWindow: number,
|
timeWindow: number;
|
||||||
}): Promise<APIResponseV3<undefined>> {
|
}): Promise<APIResponseV3<undefined>> {
|
||||||
return this.postPrivate('/v5/order/disconnected-cancel-all', params);
|
return this.postPrivate('/v5/order/disconnected-cancel-all', params);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user