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

io.runon.trading.data.file.TimeLine Maven / Gradle / Ivy

package io.runon.trading.data.file;
/**
 * 시계열 라인데이터 구조
 * @author macle
 */
public interface TimeLine {

    long getTime(String line);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy