Package com.github.oscerd.finnhub.models
Class InstitutionalPortfolioInfo
java.lang.Object
com.github.oscerd.finnhub.models.InstitutionalPortfolioInfo
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2024-03-22T10:38:13.551248835+01:00[Europe/Rome]")
public class InstitutionalPortfolioInfo
extends Object
InstitutionalPortfolioInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanNumber of shares change.getCusip()CUSIP.getName()Position's name.Number of shares with no voting rights.Percentage of portfolio.<code>put</code> or <code>call</code> for options.getShare()Number of shares.Number of shares with shared voting rights.Number of shares with sole voting rights.Symbol.getValue()Position value.inthashCode()percentage(Float percentage) voidvoidvoidvoidsetNoVoting(Float noVoting) voidsetPercentage(Float percentage) voidsetPutCall(String putCall) voidvoidsetSharedVoting(Float sharedVoting) voidsetSoleVoting(Float soleVoting) voidvoidsharedVoting(Float sharedVoting) soleVoting(Float soleVoting) toString()
-
Constructor Details
-
InstitutionalPortfolioInfo
public InstitutionalPortfolioInfo()
-
-
Method Details
-
symbol
-
getSymbol
Symbol.- Returns:
- symbol
-
setSymbol
-
cusip
-
getCusip
CUSIP.- Returns:
- cusip
-
setCusip
-
name
-
getName
Position'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
-