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