Class CsvOpenInterest

java.lang.Object
io.runon.trading.data.csv.CsvOpenInterest

public class CsvOpenInterest extends Object
csv 형태의 미체결 약정 관리
Author:
macle
  • Constructor Details

    • CsvOpenInterest

      public CsvOpenInterest()
  • Method Details

    • value

      public static String value(io.runon.trading.oi.OpenInterest openInterest)
    • value

      public static String value(long time, BigDecimal openInterest, BigDecimal notionalValue)
    • loadOpenInterest

      public static io.runon.trading.oi.OpenInterest[] loadOpenInterest(String path)
    • loadOpenInterest

      public static io.runon.trading.oi.OpenInterest[] loadOpenInterest(String path, int limit)
    • loadLongShortRatio

      public static io.runon.trading.oi.LongShortRatio[] loadLongShortRatio(String path)
    • loadLongShortRatio

      public static io.runon.trading.oi.LongShortRatio[] loadLongShortRatio(String path, int limit)
    • make

      public static io.runon.trading.oi.OpenInterest make(String csv)
    • makeLongShortRatio

      public static io.runon.trading.oi.LongShortRatio makeLongShortRatio(String csv)