From 93da28b7f0cee6ccaf34ee80662baaba492f70be Mon Sep 17 00:00:00 2001 From: Xia Guanghui Date: Fri, 18 Sep 2026 10:52:18 +0800 Subject: [PATCH] docs(trade): add DelayedNotReported order status Documents the new time-conditional order monitoring state across all three locales. Co-Authored-By: Claude Sonnet 5 --- docs/en/docs/trade/definition.mdx | 1 + docs/zh-CN/docs/trade/definition.mdx | 1 + docs/zh-HK/docs/trade/definition.mdx | 1 + 3 files changed, 3 insertions(+) diff --git a/docs/en/docs/trade/definition.mdx b/docs/en/docs/trade/definition.mdx index 08370bdf..66737d8c 100644 --- a/docs/en/docs/trade/definition.mdx +++ b/docs/en/docs/trade/definition.mdx @@ -44,6 +44,7 @@ sidebar_position: 2 | ReplacedNotReported | NotReported (Replaced Order) | | ProtectedNotReported | NotReported (Protected Order) | | VarietiesNotReported | NotReported (Conditional Order) | +| DelayedNotReported | Monitoring (Time-Conditional Order)| | FilledStatus | Filled | | WaitToNew | Wait To New | | NewStatus | New | diff --git a/docs/zh-CN/docs/trade/definition.mdx b/docs/zh-CN/docs/trade/definition.mdx index c79adcb7..02d2a337 100644 --- a/docs/zh-CN/docs/trade/definition.mdx +++ b/docs/zh-CN/docs/trade/definition.mdx @@ -44,6 +44,7 @@ sidebar_position: 2 | ReplacedNotReported | 待提交 (改单成功) | | ProtectedNotReported | 待提交 (保价订单) | | VarietiesNotReported | 待提交 (条件单) | +| DelayedNotReported | 监控中 (时间条件单)| | FilledStatus | 已成交 | | WaitToNew | 已提待报 | | NewStatus | 已委托 | diff --git a/docs/zh-HK/docs/trade/definition.mdx b/docs/zh-HK/docs/trade/definition.mdx index e17c5c50..fc5b4ab5 100644 --- a/docs/zh-HK/docs/trade/definition.mdx +++ b/docs/zh-HK/docs/trade/definition.mdx @@ -44,6 +44,7 @@ sidebar_position: 2 | ReplacedNotReported | 待提交 (改單成功) | | ProtectedNotReported | 待提交 (保價訂單) | | VarietiesNotReported | 待提交 (條件單) | +| DelayedNotReported | 監控中 (時間條件單)| | FilledStatus | 已成交 | | WaitToNew | 已提待報 | | NewStatus | 已委托 |