Package com.longbridge.quote
Class MarketTemperature
- java.lang.Object
-
- com.longbridge.quote.MarketTemperature
-
public class MarketTemperature extends Object
Market temperature data point.
-
-
Constructor Summary
Constructors Constructor Description MarketTemperature()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Returns the human-readable temperature description.intgetSentiment()Returns the sentiment index.intgetTemperature()Returns the market temperature value (0–100).OffsetDateTimegetTimestamp()Returns the timestamp of this data point.intgetValuation()Returns the valuation index.StringtoString()
-
-
-
Method Detail
-
getTemperature
public int getTemperature()
Returns the market temperature value (0–100).- Returns:
- the market temperature value
-
getDescription
public String getDescription()
Returns the human-readable temperature description.- Returns:
- the temperature description
-
getValuation
public int getValuation()
Returns the valuation index.- Returns:
- the valuation index
-
getSentiment
public int getSentiment()
Returns the sentiment index.- Returns:
- the sentiment index
-
getTimestamp
public OffsetDateTime getTimestamp()
Returns the timestamp of this data point.- Returns:
- the timestamp
-
-