| | |
| | | |
| | | import constant |
| | | from db.redis_manager_delegate import RedisUtils |
| | | from log_module.log import logger_request_api |
| | | from log_module.log import logger_request_api, logger_debug |
| | | from third_data import hx_qc_value_util |
| | | from utils import tool, middle_api_protocol |
| | | from db import redis_manager_delegate as redis_manager |
| | |
| | | @classmethod |
| | | def get_history_tick_n(cls, code, count, fields=None): |
| | | # return JueJinApi.get_history_tick_n(code, count, fields) |
| | | return hx_qc_value_util.get_history_k_bars(code, count) |
| | | try: |
| | | return hx_qc_value_util.get_history_k_bars(code, count) |
| | | except Exception as e: |
| | | logger_debug.exception(e) |
| | | |
| | | |
| | | @classmethod |
| | | def get_gp_current_info(cls, codes): |