| | |
| | | // todo 先注释观察报错 |
| | | // futuresRecomConsumeServer.start(); |
| | | log.info("开始Data初始化........"); |
| | | stockGetDataJob.start(); |
| | | List<Item> items = itemService.list(); |
| | | for (Item item : items) { |
| | | AdjustmentValueCache.getCurrentValue().put(item.getSymbol(), item.getAdjustmentValue()); |
| | |
| | | klineInitService.klineInit(symbols); |
| | | // 高低修正 |
| | | highLowHandleJob.start(); |
| | | stockGetMarketJob.start(); |
| | | // stockGetMarketJob.start(); |
| | | // // 获取realtime实时数据 |
| | | stockGetDataJob.start(); |
| | | |
| | | // forexGetDataJob.start(); 外汇 |
| | | cryptosGetDataJob.start(); |
| | | fakeSymbolGetDataJob.start(); |