Package io.runon.trading.data.csv
Class CsvOpenInterest
java.lang.Object
io.runon.trading.data.csv.CsvOpenInterest
csv 형태의 미체결 약정 관리
- Author:
- macle
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic io.runon.trading.oi.LongShortRatio[]loadLongShortRatio(String path) static io.runon.trading.oi.LongShortRatio[]loadLongShortRatio(String path, int limit) static io.runon.trading.oi.OpenInterest[]loadOpenInterest(String path) static io.runon.trading.oi.OpenInterest[]loadOpenInterest(String path, int limit) static io.runon.trading.oi.OpenIntereststatic io.runon.trading.oi.LongShortRatiomakeLongShortRatio(String csv) static Stringvalue(long time, BigDecimal openInterest, BigDecimal notionalValue) static Stringvalue(io.runon.trading.oi.OpenInterest openInterest)
-
Constructor Details
-
CsvOpenInterest
public CsvOpenInterest()
-
-
Method Details
-
value
-
value
-
loadOpenInterest
-
loadOpenInterest
-
loadLongShortRatio
-
loadLongShortRatio
-
make
-
makeLongShortRatio
-