Package com.longbridge.fundamental
Class InstitutionRatingDetailTargetItem
- java.lang.Object
-
- com.longbridge.fundamental.InstitutionRatingDetailTargetItem
-
public class InstitutionRatingDetailTargetItem extends Object
One weekly analyst target price snapshot.
-
-
Field Summary
Fields Modifier and Type Field Description BigDecimalavgTargetAverage target price.StringdateDate in"2021/05/16"format.BigDecimalmaxTargetHighest target price.booleanmeetWhether the stock price reached the target.BigDecimalminTargetLowest target price.BigDecimalpriceActual stock price at this date.StringtimestampUnix timestamp string.
-
Constructor Summary
Constructors Constructor Description InstitutionRatingDetailTargetItem()
-
-
-
Field Detail
-
avgTarget
public BigDecimal avgTarget
Average target price.
-
date
public String date
Date in"2021/05/16"format.
-
maxTarget
public BigDecimal maxTarget
Highest target price.
-
minTarget
public BigDecimal minTarget
Lowest target price.
-
meet
public boolean meet
Whether the stock price reached the target.
-
price
public BigDecimal price
Actual stock price at this date.
-
timestamp
public String timestamp
Unix timestamp string.
-
-