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