Administrator
2024-09-09 3b872137fb8d0e894c868197eff915748c704a0e
l2/place_order_single_data_manager.py
@@ -203,10 +203,12 @@
        @return:
        """
    def OnLimitUpActiveBuy(self, code, huaxin_timestamp):
    def OnLimitUpActiveBuy(self, code, huaxin_timestamp, buy_no):
        """
        涨停主动买触发
         涨停主动买触发
        @param code:
        @param huaxin_timestamp:
        @param buy_no:
        @return:
        """
@@ -274,8 +276,8 @@
        #     cls.__callback.OnTradeSingle(code, 0, cls.TYPE_ACTIVE, cls.__latest_sell_active_deal_data_dict[code])
    @classmethod
    def set_limit_up_active_buy(cls, code, huaxin_timestamp):
        cls.__callback.OnLimitUpActiveBuy(code, huaxin_timestamp)
    def set_limit_up_active_buy(cls, code, huaxin_timestamp, buy_no):
        cls.__callback.OnLimitUpActiveBuy(code, huaxin_timestamp, buy_no)
    @classmethod
    def get_valid_trade_single(cls, code, latest_time_with_ms):