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 BigDecimalgetClose()BigDecimalgetHigh()BigDecimalgetLow()BigDecimalgetOpen()OffsetDateTimegetTimestamp()TradeSessiongetTradeSession()BigDecimalgetTurnover()longgetVolume()StringtoString()
-
-
-
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()
-
getTradeSession
public TradeSession getTradeSession()
-
-