Package com.longbridge.fundamental
Class ShareholderList
- java.lang.Object
-
- com.longbridge.fundamental.ShareholderList
-
public class ShareholderList extends Object
Response containing major shareholders of a security.
-
-
Field Summary
Fields Modifier and Type Field Description StringforwardUrlLink to the full shareholder page.Shareholder[]shareholderListList of major shareholders.inttotalTotal number of shareholders returned.
-
Constructor Summary
Constructors Constructor Description ShareholderList()
-
-
-
Field Detail
-
shareholderList
public Shareholder[] shareholderList
List of major shareholders.
-
forwardUrl
public String forwardUrl
Link to the full shareholder page.
-
total
public int total
Total number of shareholders returned.
-
-