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 Details

    • Transactions

      public Transactions()
  • Method Details

    • symbol

      public Transactions symbol(String symbol)
    • getSymbol

      public String getSymbol()
      Symbol.
      Returns:
      symbol
    • setSymbol

      public void setSymbol(String symbol)
    • name

      public Transactions name(String name)
    • getName

      public String getName()
      Insider's name.
      Returns:
      name
    • setName

      public void setName(String name)
    • share

      public Transactions share(Long share)
    • getShare

      public Long getShare()
      Number of shares held after the transaction.
      Returns:
      share
    • setShare

      public void setShare(Long share)
    • change

      public Transactions change(Long change)
    • getChange

      public Long 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

      public void setChange(Long change)
    • filingDate

      public Transactions filingDate(org.threeten.bp.LocalDate filingDate)
    • getFilingDate

      public org.threeten.bp.LocalDate getFilingDate()
      Filing date.
      Returns:
      filingDate
    • setFilingDate

      public void setFilingDate(org.threeten.bp.LocalDate filingDate)
    • transactionDate

      public Transactions transactionDate(org.threeten.bp.LocalDate transactionDate)
    • getTransactionDate

      public org.threeten.bp.LocalDate getTransactionDate()
      Transaction date.
      Returns:
      transactionDate
    • setTransactionDate

      public void setTransactionDate(org.threeten.bp.LocalDate transactionDate)
    • transactionPrice

      public Transactions transactionPrice(Float transactionPrice)
    • getTransactionPrice

      public Float getTransactionPrice()
      Average transaction price.
      Returns:
      transactionPrice
    • setTransactionPrice

      public void setTransactionPrice(Float transactionPrice)
    • transactionCode

      public Transactions transactionCode(String transactionCode)
    • getTransactionCode

      public String 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

      public void setTransactionCode(String transactionCode)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object