Package com.longbridge.fundamental
Class ExecutiveGroup
- java.lang.Object
-
- com.longbridge.fundamental.ExecutiveGroup
-
public class ExecutiveGroup extends Object
Executives for one security.
-
-
Field Summary
Fields Modifier and Type Field Description StringforwardUrlLink to the company wiki page.Professional[]professionalsIndividual executive entries.StringsymbolSecurity symbol.inttotalTotal number of executives.
-
Constructor Summary
Constructors Constructor Description ExecutiveGroup()
-
-
-
Field Detail
-
symbol
public String symbol
Security symbol.
-
forwardUrl
public String forwardUrl
Link to the company wiki page.
-
total
public int total
Total number of executives.
-
professionals
public Professional[] professionals
Individual executive entries.
-
-