From db2cefc434aeb61dd1ddf99eff806c11ffceee24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=B1=E7=BA=AF=E5=87=80?= <1113655791@qq.com> Date: Sat, 15 Mar 2025 15:09:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=8E=86=E5=8F=B2=E5=88=86?= =?UTF-8?q?=E6=97=B6=E7=9A=84=E6=9E=9A=E4=B8=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protocol/const.go | 1 + 1 file changed, 1 insertion(+) diff --git a/protocol/const.go b/protocol/const.go index 1c341a8..526a254 100644 --- a/protocol/const.go +++ b/protocol/const.go @@ -10,6 +10,7 @@ const ( TypeQuote = 0x053E //行情信息 TypeMinute = 0x051D //分时数据 TypeMinuteTrade = 0x0FC5 //分时交易 + TypeHistoryMinute = 0x0FB4 //历史分时数据 TypeHistoryMinuteTrade = 0x0FB5 //历史分时交易 TypeKline = 0x052D //K线图 )