trade/current_price_process_manager.py
@@ -166,7 +166,7 @@ code, price = d["code"], float(d["price"]) temp_prices.append((code, price)) # 获取收盘价 pricePre = gpcode_manager.CodePrePriceManager.get_price_pre_cache(code) pricePre = gpcode_manager.CodePrePriceManager().get_price_pre_cache(code) if pricePre is not None: # 是否是想买单 order_index = compute_code_order(code, top_in_blocks, yesterday_limit_up_codes,