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: