Package io.runon.trading.data.candle
Class TimeCandleArrayGet
java.lang.Object
io.runon.trading.data.candle.TimeCandleArrayGet
- All Implemented Interfaces:
TimeCandleGet
백테스팅같은 환경에서 캔들을 메모리에 로딩해놓고 시간에 맞는 캔들만 불러올때
- Author:
- macle
-
Constructor Summary
ConstructorsConstructorDescriptionTimeCandleArrayGet(io.runon.trading.technical.analysis.candle.TradeCandle[] candles, long candleTime) -
Method Summary
Modifier and TypeMethodDescriptionio.runon.trading.technical.analysis.candle.TradeCandlegetCandle(long time)
-
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:
getCandlein interfaceTimeCandleGet
-