Administrator
2025-01-06 2036e22b728376ae33175346d54d6ae38154c9ca
api/outside_api_command_callback.py
@@ -1415,6 +1415,15 @@
                                   client_id,
                                   request_id)
            elif ctype == "test_place_order":
                # 获取相同板块的涨停代码数量
                code = data.get("code")
                total_datas = l2_data_util.local_today_datas.get(code)
                trade_manager.test_order(code, total_datas[-1], total_datas[-1]["index"])
                self.send_response({"code": 0, "data": {}},
                                   client_id,
                                   request_id)
        except Exception as e: