Package com.github.oscerd.finnhub.models
Class Transactions
java.lang.Object
com.github.oscerd.finnhub.models.Transactions
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2024-03-22T10:38:13.551248835+01:00[Europe/Rome]")
public class Transactions
extends Object
Transactions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfilingDate(org.threeten.bp.LocalDate filingDate) Number of share changed from the last period.org.threeten.bp.LocalDateFiling date.getName()Insider's name.getShare()Number of shares held after the transaction.Symbol.Transaction code.org.threeten.bp.LocalDateTransaction date.Average transaction price.inthashCode()voidvoidsetFilingDate(org.threeten.bp.LocalDate filingDate) voidvoidvoidvoidsetTransactionCode(String transactionCode) voidsetTransactionDate(org.threeten.bp.LocalDate transactionDate) voidsetTransactionPrice(Float transactionPrice) toString()transactionCode(String transactionCode) transactionDate(org.threeten.bp.LocalDate transactionDate) transactionPrice(Float transactionPrice)
-
Constructor Details
-
Transactions
public Transactions()
-
-
Method Details
-
symbol
-
getSymbol
Symbol.- Returns:
- symbol
-
setSymbol
-
name
-
getName
Insider's name.- Returns:
- name
-
setName
-
change
-
getChange
Number of share changed from the last period. A positive value suggests a <code>BUY</code> transaction. A negative value suggests a <code>SELL</code> transaction.- Returns:
- change
-
setChange
-
filingDate
-
getFilingDate
public org.threeten.bp.LocalDate getFilingDate()Filing date.- Returns:
- filingDate
-
setFilingDate
public void setFilingDate(org.threeten.bp.LocalDate filingDate) -
transactionDate
-
getTransactionDate
public org.threeten.bp.LocalDate getTransactionDate()Transaction date.- Returns:
- transactionDate
-
setTransactionDate
public void setTransactionDate(org.threeten.bp.LocalDate transactionDate) -
transactionPrice
-
getTransactionPrice
Average transaction price.- Returns:
- transactionPrice
-
setTransactionPrice
-
transactionCode
-
getTransactionCode
Transaction code. A list of codes and their meanings can be found <a href=\"https://www.sec.gov/about/forms/form4data.pdf\" target=\"_blank\" rel=\"noopener\">here</a>.- Returns:
- transactionCode
-
setTransactionCode
-
equals
-
hashCode
public int hashCode() -
toString
-