Class Ownership
- java.lang.Object
-
- pl.zankowski.iextrading4j.api.stocks.v1.Ownership
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FundOwnership
public class Ownership extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected LongreportDate
-
Constructor Summary
Constructors Constructor Description Ownership(String symbol, String id, BigDecimal adjHolding, BigDecimal adjMv, String entityProperName, Long reportDate, LocalDate filingDate, BigDecimal reportedHolding, Long updated, Long date)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)BigDecimalgetAdjHolding()BigDecimalgetAdjMv()LonggetDate()StringgetEntityProperName()LocalDategetFilingDate()StringgetId()LonggetReportDate()BigDecimalgetReportedHolding()StringgetSymbol()LonggetUpdated()inthashCode()StringtoString()
-
-
-
Field Detail
-
reportDate
protected final Long reportDate
-
-
Constructor Detail
-
Ownership
public Ownership(String symbol, String id, BigDecimal adjHolding, BigDecimal adjMv, String entityProperName, Long reportDate, LocalDate filingDate, BigDecimal reportedHolding, Long updated, Long date)
-
-
Method Detail
-
getSymbol
public String getSymbol()
-
getId
public String getId()
-
getAdjHolding
public BigDecimal getAdjHolding()
-
getAdjMv
public BigDecimal getAdjMv()
-
getEntityProperName
public String getEntityProperName()
-
getReportDate
public Long getReportDate()
-
getFilingDate
public LocalDate getFilingDate()
-
getReportedHolding
public BigDecimal getReportedHolding()
-
getUpdated
public Long getUpdated()
-
getDate
public Long getDate()
-
-