v1.1.2, feat(#16): add missing plan types for futures client
This commit is contained in:
@@ -128,7 +128,14 @@ export interface ModifyFuturesPlanOrderTPSL {
|
||||
presetStopLossPrice?: string;
|
||||
}
|
||||
|
||||
export type FuturesPlanType = 'profit_plan' | 'loss_plan' | 'moving_plan';
|
||||
export type FuturesPlanType =
|
||||
| 'profit_plan'
|
||||
| 'loss_plan'
|
||||
| 'normal_plan'
|
||||
| 'pos_profit'
|
||||
| 'pos_loss'
|
||||
| 'moving_plan'
|
||||
| 'track_plan';
|
||||
|
||||
export interface NewFuturesPlanStopOrder {
|
||||
symbol: string;
|
||||
|
||||
Reference in New Issue
Block a user