| | |
| | | fdeal = big_sell_order_info[1][0][3] |
| | | start_order_no = fdeal[1] |
| | | sell_time_str = l2_huaxin_util.convert_time(fdeal[0], with_ms=False) |
| | | is_s_slow_timw = tool.trade_time_sub(sell_time_str, total_datas[real_order_index]["val"]["time"]) < 180 |
| | | is_s_slow_timw = tool.trade_time_sub(sell_time_str, |
| | | total_datas[real_order_index]["val"]["time"]) < 180 |
| | | total_slow_num = 0 |
| | | total_slow_count = 0 |
| | | # 获取正在成交的数据 |
| | |
| | | |
| | | @classmethod |
| | | def l2_transaction(cls, code, datas): |
| | | async_log_util.info(hx_logger_l2_transaction, f"{code}#{datas}") |
| | | # async_log_util.info(hx_logger_l2_transaction, f"{code}#{datas}") |
| | | if datas: |
| | | HuaXinTransactionDatasProcessor().process_huaxin_transaction_datas(code, datas) |
| | | |