Administrator
2023-08-21 a019311b0edee6df82a8ec7c0b28b06b22aa4d31
huaxin_client/l2_client.py
File was renamed from huaxin_api/l2_client.py
@@ -6,14 +6,13 @@
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"