Update src/types/request/v2/futures.ts
Some checks failed
Publish to NPM / publish-npm (push) Failing after 5s
Build, Lint & Test / Build, Lint & Test (push) Failing after 20s

FuturesPlanOrderTypeV2 타입에 track_plan 추가 ( 공식적인 문서에 언급이 없어도 track_plan 타입은 정상 지원 )
This commit is contained in:
2026-01-21 04:50:06 +00:00
parent c790cb3e00
commit d6b30e1b81

View File

@@ -415,7 +415,8 @@ export type FuturesPlanOrderTypeV2 =
| 'loss_plan' | 'loss_plan'
| 'pos_profit' | 'pos_profit'
| 'pos_loss' | 'pos_loss'
| 'moving_plan'; | 'moving_plan'
| 'track_plan';
export interface FuturesCancelPlanOrderRequestV2 { export interface FuturesCancelPlanOrderRequestV2 {
orderIdList?: FuturesCancelPlanOrderItemV2[]; orderIdList?: FuturesCancelPlanOrderItemV2[];