servers/data_server.py
@@ -958,7 +958,7 @@ buy_datas, sell_datas = deal_big_orders_result[0], deal_big_orders_result[1] limit_up_price = gpcode_manager.get_limit_up_price_as_num(code) limit_up_price_money_list = [x[0] for x in buy_datas if x[1] == limit_up_price] threshold_money = BeforeSubDealBigOrderManager.compute_re_limit_up_big_money_threshold( threshold_money = BeforeSubDealBigOrderManager().compute_re_limit_up_big_money_threshold( limit_up_price_money_list) # 设置买单阈值 th_buy = threshold_money