From c8606744ea936183b5f12f9fcbcf745edb8c2087 Mon Sep 17 00:00:00 2001 From: zhangkun Date: Sat, 14 Dec 2024 19:33:46 +0800 Subject: [PATCH] =?UTF-8?q?ALLMAXES=5FPUBLISH=E5=B8=B8=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- const.go | 1 + 1 file changed, 1 insertion(+) diff --git a/const.go b/const.go index e95aabb..446e9a7 100644 --- a/const.go +++ b/const.go @@ -4,6 +4,7 @@ const MAIN_ALLCOINS_PERIOD_MINUTES = 1 const MAIN_ALLCOINS_ONCE_COUNTS = 3 const MAIN_ALLCOINS_BAR_PERIOD = "3m" const ALLCANDLES_PUBLISH = "allCandles|publish" +const ALLMAXED_PUBLISH = "allMaXes|publish" const ALLMAXES_PUBLISH = "allMaxes|publish" const ALLCANDLES_INNER_PUBLISH = "allCandlesInner|publish" const ORDER_PUBLISH = "private|order|publish"