Package com.longport.quote
Class OptionVolumeDailyStat
- java.lang.Object
-
- com.longport.quote.OptionVolumeDailyStat
-
public class OptionVolumeDailyStat extends Object
-
-
Field Summary
Fields Modifier and Type Field Description longcallOpenInterestlongcallVolumeLocalDatedatedoublepcOidoublepcVollongputOpenInterestlongputVolumeStringsymbollongtotalOpenInterestlongtotalVolume
-
Constructor Summary
Constructors Constructor Description OptionVolumeDailyStat()
-
-
-
Field Detail
-
symbol
public String symbol
-
date
public LocalDate date
-
callVolume
public long callVolume
-
putVolume
public long putVolume
-
callOpenInterest
public long callOpenInterest
-
putOpenInterest
public long putOpenInterest
-
totalVolume
public long totalVolume
-
totalOpenInterest
public long totalOpenInterest
-
pcVol
public double pcVol
-
pcOi
public double pcOi
-
-