| src/main/java/com/xcong/excoin/modules/gateApi/GateGridTradeService.java | ●●●●● patch | view | raw | blame | history |
src/main/java/com/xcong/excoin/modules/gateApi/GateGridTradeService.java
@@ -409,7 +409,7 @@ } } } log.info("[Gate] 多队列:{}", shortPriceQueue); log.info("[Gate] 多队列:{}", longPriceQueue); if (matched.isEmpty()) { log.info("[Gate] 多仓队列未触发, 当前价:{}", currentPrice); return; @@ -432,7 +432,7 @@ } longPriceQueue.sort(BigDecimal::compareTo); log.info("[Gate] 多队列:{}", shortPriceQueue); log.info("[Gate] 多队列:{}", longPriceQueue); } synchronized (shortPriceQueue) {