Package com.longbridge.fundamental
Class InvestRelations
- java.lang.Object
-
- com.longbridge.fundamental.InvestRelations
-
public class InvestRelations extends Object
Securities in which the queried company holds a stake.
-
-
Field Summary
Fields Modifier and Type Field Description StringforwardUrlLink to the full investor-relations page.InvestSecurity[]investSecuritiesSecurities in which the queried company holds an investment stake.
-
Constructor Summary
Constructors Constructor Description InvestRelations()
-
-
-
Field Detail
-
forwardUrl
public String forwardUrl
Link to the full investor-relations page.
-
investSecurities
public InvestSecurity[] investSecurities
Securities in which the queried company holds an investment stake.
-
-