cleaning in spot client

This commit is contained in:
tiagosiebler
2022-09-17 11:36:57 +01:00
parent c02a2f0c75
commit 679e54eb42
4 changed files with 13 additions and 8 deletions

View File

@@ -25,6 +25,12 @@ export interface NewSpotOrderV3 {
triggerPrice?: string;
}
export interface SpotCancelOrderBatchRequest {
symbol: string;
side?: OrderSide;
orderTypes: OrderTypeSpot[];
}
export interface SpotOrderQueryById {
orderId?: string;
orderLinkId?: string;