From 1513e338f12fe68af3a1761f46841470cc3cb4ec Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Sat, 10 Oct 2020 15:25:07 +0800 Subject: [PATCH] Merge branch 'whole' of https://gitee.com/chonggaoxiao/new_excoin into whole --- src/main/java/com/xcong/excoin/quartz/job/NewestPriceUpdateJob.java | 11 ++++------- 1 files changed, 4 insertions(+), 7 deletions(-) diff --git a/src/main/java/com/xcong/excoin/quartz/job/NewestPriceUpdateJob.java b/src/main/java/com/xcong/excoin/quartz/job/NewestPriceUpdateJob.java index 39ddc25..0ac98f7 100644 --- a/src/main/java/com/xcong/excoin/quartz/job/NewestPriceUpdateJob.java +++ b/src/main/java/com/xcong/excoin/quartz/job/NewestPriceUpdateJob.java @@ -59,12 +59,9 @@ } }); - - - subscriptionClient.subscribeCandlestickEvent("btcusdt,ethusdt,eosusdt,etcusdt,ltcusdt,bchusdt,xrpusdt", CandlestickInterval.DAY1, (candlestickEvent) -> { - Candlestick data = candlestickEvent.getData(); - redisUtils.set(CoinTypeConvert.convert(candlestickEvent.getSymbol()), data); - }); - +// subscriptionClient.subscribeCandlestickEvent("btcusdt,ethusdt,eosusdt,etcusdt,ltcusdt,bchusdt,xrpusdt", CandlestickInterval.DAY1, (candlestickEvent) -> { +// Candlestick data = candlestickEvent.getData(); +// redisUtils.set(CoinTypeConvert.convert(candlestickEvent.getSymbol()), data); +// }); } } -- Gitblit v1.9.1