Package com.longbridge.fundamental
Class IndustryValuationList
- java.lang.Object
-
- com.longbridge.fundamental.IndustryValuationList
-
public class IndustryValuationList extends Object
List of peer securities with their valuation data for an industry comparison.
-
-
Field Summary
Fields Modifier and Type Field Description IndustryValuationItem[]listList of peer securities with their valuation data.
-
Constructor Summary
Constructors Constructor Description IndustryValuationList()
-
-
-
Field Detail
-
list
public IndustryValuationItem[] list
List of peer securities with their valuation data.
-
-