l2/code_price_manager.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
l2/code_price_manager.py
@@ -154,7 +154,7 @@ # 记录日志 logger_trade_queue_price_info.info( f"code={code} data: time_str-{time_str}, buy_1_price-{buy_1_price},limit_up_price-{limit_up_price},sell_1_price-{sell_1_price},sell_1_volumn-{sell_1_volumn},percent_rate-{percent_rate}") f"code={code} data: time_str-{time_str}, buy_1_price-{buy_1_price},limit_up_price-{limit_up_price},sell_1_price-{sell_1_price},sell_1_volumn-{sell_1_volumn},average_rate-{average_rate}") # 买1价格不能小于1块 if float(buy_1_price) < 1.0: return