Helius
2021-02-02 49e8cba7521d41f72bf280110b78ef6f1dff4aa8
modify
1 files modified
4 ■■■■ changed files
src/main/java/com/xcong/excoin/rabbit/pricequeue/WebsocketPriceService.java 4 ●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/rabbit/pricequeue/WebsocketPriceService.java
@@ -339,6 +339,8 @@
                    continue;
                }
                synchronized (this) {
                    if (entry.getKey() != null) {
                dataModelMap.remove(entry.getKey());
                redisUtils.set(AppContants.WHOLE_BOMB_MAP, JSONObject.toJSONString(dataModelMap));
                log.info("全仓爆仓触发:{}", JSONObject.toJSONString(wholePriceData));
@@ -348,6 +350,8 @@
            }
        }
    }
        }
    }
    public void wholeBomb(String symbol, String price) {