Administrator
2024-07-19 0d1ad299a2e36ca86d1564b7565af65245d85ed3
bug修改
1个文件已修改
1 ■■■■ 已修改文件
main.py 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
main.py
@@ -220,6 +220,7 @@
                        x = temp_dict[k][0]
                        r["buy_list"].append({"price": str(x["price"]), "tradeTime": x["tradeTime"], "volume": volume,
                                              "type": StrategyBuyOrderRefManager().get_strategy_type(x["orderRef"])})
                    if buys:
                    r["createTime"] = int(buys[0]["tradeTime"].replace(":", ""))
                if "sell_list" not in r: