All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.runon.trading.technical.analysis.candle.GetCandles Maven / Gradle / Ivy

The newest version!
package io.runon.trading.technical.analysis.candle;
/**
 * get candles 추상체
 * @author macle
 */
public interface GetCandles {
    TradeCandle [] getCandles();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy