Package com.longport.quote
Class IntradayLine
- java.lang.Object
-
- com.longport.quote.IntradayLine
-
public class IntradayLine extends Object
-
-
Constructor Summary
Constructors Constructor Description IntradayLine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimal
getAvgPrice()
BigDecimal
getPrice()
OffsetDateTime
getTimestamp()
BigDecimal
getTurnover()
long
getVolume()
String
toString()
-
-
-
Method Detail
-
getPrice
public BigDecimal getPrice()
-
getTimestamp
public OffsetDateTime getTimestamp()
-
getVolume
public long getVolume()
-
getTurnover
public BigDecimal getTurnover()
-
getAvgPrice
public BigDecimal getAvgPrice()
-
-