From d6b30e1b81c35e3b1ea0cbb3d27cff8c4bfca7c6 Mon Sep 17 00:00:00 2001 From: code Date: Wed, 21 Jan 2026 04:50:06 +0000 Subject: [PATCH] Update src/types/request/v2/futures.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit FuturesPlanOrderTypeV2 타입에 track_plan 추가 ( 공식적인 문서에 언급이 없어도 track_plan 타입은 정상 지원 ) --- src/types/request/v2/futures.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/types/request/v2/futures.ts b/src/types/request/v2/futures.ts index 695ecdb..0cd03e6 100644 --- a/src/types/request/v2/futures.ts +++ b/src/types/request/v2/futures.ts @@ -415,7 +415,8 @@ export type FuturesPlanOrderTypeV2 = | 'loss_plan' | 'pos_profit' | 'pos_loss' - | 'moving_plan'; + | 'moving_plan' + | 'track_plan'; export interface FuturesCancelPlanOrderRequestV2 { orderIdList?: FuturesCancelPlanOrderItemV2[];