| | |
| | | import constant |
| | | from db.redis_manager_delegate import RedisUtils |
| | | from l2.huaxin import l2_huaxin_util, huaxin_delegate_postion_manager |
| | | from l2.l2_limitup_sell_data_manager import L2LimitUpSellDataManager |
| | | from l2.l2_sell_manager import L2MarketSellManager, L2LimitUpSellManager |
| | | from l2.l2_transaction_data_manager import HuaXinSellOrderStatisticManager, BigOrderDealManager |
| | | from l2.place_order_single_data_manager import L2TradeSingleDataProcessor |
| | |
| | | limit_up_price = round(float(limit_up_price), 2) |
| | | # if trade_price_info and limit_up_price and trade_price_info[0] == limit_up_price: |
| | | # filter_limit_up_sell = True |
| | | L2LimitUpSellDataManager.add_l2_origin_data(code, origin_datas) |
| | | datas = l2_huaxin_util.get_format_l2_datas(code, origin_datas, limit_up_price, _start_index, |
| | | filter_limit_up_sell) |
| | | __start_time = round(t.time() * 1000) |