Class TimeCandleArrayGet

java.lang.Object
io.runon.trading.data.candle.TimeCandleArrayGet
All Implemented Interfaces:
TimeCandleGet

public class TimeCandleArrayGet extends Object implements TimeCandleGet
백테스팅같은 환경에서 캔들을 메모리에 로딩해놓고 시간에 맞는 캔들만 불러올때
Author:
macle
  • Constructor Details

    • TimeCandleArrayGet

      public TimeCandleArrayGet(io.runon.trading.technical.analysis.candle.TradeCandle[] candles, long candleTime)
  • Method Details

    • getCandle

      public io.runon.trading.technical.analysis.candle.TradeCandle getCandle(long time)
      Specified by:
      getCandle in interface TimeCandleGet