Helius
2020-07-14 3e84a2df7406e3383b51a219283eb0e26a7907d3
src/main/java/com/xcong/excoin/rabbit/pricequeue/WebsocketPriceService.java
@@ -58,7 +58,6 @@
        List<DescBigDecimal> list = new ArrayList<DescBigDecimal>();
        // 找到比当前价格还大的就是需要操作的 开多止损
        // 即最大的币当前价大 那么需要开多止损
        log.info("---->{}, now:{}", b, now);
        if (b != null && b.compareTo(now) <= 0) {
            // 可以操作
            System.out.println("当前价格:" + price + "---倒序操作---" + "队列:" + b.getValue().toPlainString() + " time:" + new Date());