Class CandleTime

java.lang.Object
io.runon.trading.technical.analysis.candle.CandleTime

public class CandleTime extends Object
캔들 시간 관련
Author:
macle
  • Constructor Details

    • CandleTime

      public CandleTime()
  • Method Details

    • ymdhm

      public static String ymdhm(long time, ZoneId zoneId)
      년원일시분
      Parameters:
      time - unix time
      zoneId - example ZoneId.of("Asia/Seoul")
      Returns:
      yyyyMMdd HHmm
    • getIntervalTime

      public long getIntervalTime(String interval)