Package com.longport.quote
Class MarketTemperature
- java.lang.Object
-
- com.longport.quote.MarketTemperature
-
public class MarketTemperature extends Object
-
-
Constructor Summary
Constructors Constructor Description MarketTemperature()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()intgetSentiment()intgetTemperature()OffsetDateTimegetTimestamp()intgetValuation()StringtoString()
-
-
-
Method Detail
-
getTemperature
public int getTemperature()
-
getDescription
public String getDescription()
-
getValuation
public int getValuation()
-
getSentiment
public int getSentiment()
-
getTimestamp
public OffsetDateTime getTimestamp()
-
-