Administrator
2023-07-19 3e96eb6ec6e8c71ffdabe9f76ad1a3db301e749e
l2/l2_data_source_util.py
@@ -65,7 +65,7 @@
        for bd in buy_datas:
            # 根据订单号做匹配
            if bd["val"]["orderNo"] == cancel_data["val"]["orderNo"]:
                return bd
                return bd["index"]
        return None
    # 同花顺渠道的L2,根据买撤数据查找买入数据