File was renamed from huaxin_api/l2_client.py |
| | |
| | | import threading |
| | | import time |
| | | |
| | | from huaxin_api import command_manager |
| | | from huaxin_api import constant |
| | | from huaxin_api import l2_data_manager |
| | | from huaxin_client import command_manager |
| | | from huaxin_client import constant |
| | | from huaxin_client import l2_data_manager |
| | | import lev2mdapi |
| | | from huaxin_api.command_manager import L2ActionCallback |
| | | from huaxin_client.command_manager import L2ActionCallback |
| | | from log_module import log |
| | | from log_module.log import logger_local_huaxin_l2_subscript, logger_local_huaxin_l2_orderdetail, \ |
| | | logger_local_huaxin_l2_transaction, logger_system |
| | | from log_module.log import logger_local_huaxin_l2_subscript, logger_system |
| | | |
| | | Front_Address = "tcp://10.0.1.101:6900" |
| | | Multicast_Address = "udp://224.224.2.19:7889" |