third_data/kpl_data_constant.py
@@ -391,6 +391,16 @@ return set() return cls.__history_code_data_dict.keys() @classmethod def get_history_limit_up_data(cls, code): """ 获取今日历史涨停数据 @return: """ if not cls.__history_code_data_dict: return None return cls.__history_code_data_dict.get(code) if __name__ == "__main__": LimitUpCodesBlockRecordManager()