From e75fdc6b9f66cef667e44bb98adbd61a3ee529d1 Mon Sep 17 00:00:00 2001 From: tonywan-cloud Date: Fri, 28 Mar 2025 15:00:43 +0800 Subject: [PATCH] Update realtime_order_book_quote_subscription_cn.md --- .../realtime_order_book_quote_subscription_cn.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/websocket_interface/realtime_order_book_quote_subscription_cn.md b/websocket_interface/realtime_order_book_quote_subscription_cn.md index 7700912..261c746 100644 --- a/websocket_interface/realtime_order_book_quote_subscription_cn.md +++ b/websocket_interface/realtime_order_book_quote_subscription_cn.md @@ -55,9 +55,12 @@ wss://quote.alltick.io/quote-b-ws-api?token=您的token # 请求-协议号:22002 ## 数据格式:json ## 数据结构 -### data定义 +### Json定义 | 字段 | 名称 | 类型 | 必填项 | 说明 | | ----------- | -------- | ----- | ------ | ------------------------ | +| cmd_id | 协议号 | integer | 是 | 最新盘口请求协议号固定:22002 | +| seq_id | 响应id | integer | 是 | 订阅请求标识,响应回传(自定义,每次请求可重复) | +| trace | 可追溯id | string | 是 | 请求日志信息可追溯id(自定义,每次请求不可重复) | | symbol_list | 产品列表 | array | 是 | 具体格式见下面symbol定义 | ### symbol定义 | 字段 | 名称 | 类型 | 必填项 | 说明 |