From dedc534816213a31b0ff61ff5e979030da9447e1 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期一, 15 四月 2024 15:16:50 +0800 Subject: [PATCH] L2本地数据载入之前不能接收新的L2逐笔委托数据 --- constant.py | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/constant.py b/constant.py index e6de3ea..80b5404 100644 --- a/constant.py +++ b/constant.py @@ -169,3 +169,7 @@ # 鏈�澶х殑浠g爜浠锋牸 MAX_CODE_PRICE = 10 if ALL_ACTIVE_BUY else 30 MAX_SUBSCRIPT_CODE_PRICE = 30 if ALL_ACTIVE_BUY else 30 + +# L2鏁版嵁鏄惁杞藉叆瀹屾垚 +L2_DATA_IS_LOADED = False + -- Gitblit v1.8.0