Package com.github.oscerd.finnhub.models
Class InstitutionalOwnershipInfo
java.lang.Object
com.github.oscerd.finnhub.models.InstitutionalOwnershipInfo
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2024-03-22T10:38:13.551248835+01:00[Europe/Rome]")
public class InstitutionalOwnershipInfo
extends Object
InstitutionalOwnershipInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanNumber of shares change.getCik()Investor's company CIK.getName()Firm's name.Number of shares with no voting rights.Percentage of portfolio.<code>put</code> or <code>call</code> for options.getShare()News score.Number of shares with shared voting rights.Number of shares with sole voting rights.getValue()Position value.inthashCode()percentage(Float percentage) voidvoidvoidvoidsetNoVoting(Float noVoting) voidsetPercentage(Float percentage) voidsetPutCall(String putCall) voidvoidsetSharedVoting(Float sharedVoting) voidsetSoleVoting(Float soleVoting) voidsharedVoting(Float sharedVoting) soleVoting(Float soleVoting) toString()
-
Constructor Details
-
InstitutionalOwnershipInfo
public InstitutionalOwnershipInfo()
-
-
Method Details
-
cik
-
getCik
Investor's company CIK.- Returns:
- cik
-
setCik
-
name
-
getName
Firm's name.- Returns:
- name
-
setName
-
putCall
-
getPutCall
<code>put</code> or <code>call</code> for options.- Returns:
- putCall
-
setPutCall
-
change
-
getChange
Number of shares change.- Returns:
- change
-
setChange
-
noVoting
-
getNoVoting
Number of shares with no voting rights.- Returns:
- noVoting
-
setNoVoting
-
percentage
-
getPercentage
Percentage of portfolio.- Returns:
- percentage
-
setPercentage
-
soleVoting
-
getSoleVoting
Number of shares with sole voting rights.- Returns:
- soleVoting
-
setSoleVoting
-
value
-
getValue
Position value.- Returns:
- value
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-