Class Quote

java.lang.Object
com.github.oscerd.finnhub.models.Quote

@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2024-03-22T10:38:13.551248835+01:00[Europe/Rome]") public class Quote extends Object
Quote
  • Constructor Details

    • Quote

      public Quote()
  • Method Details

    • o

      public Quote o(Float o)
    • getO

      public Float getO()
      Open price of the day
      Returns:
      o
    • setO

      public void setO(Float o)
    • h

      public Quote h(Float h)
    • getH

      public Float getH()
      High price of the day
      Returns:
      h
    • setH

      public void setH(Float h)
    • l

      public Quote l(Float l)
    • getL

      public Float getL()
      Low price of the day
      Returns:
      l
    • setL

      public void setL(Float l)
    • c

      public Quote c(Float c)
    • getC

      public Float getC()
      Current price
      Returns:
      c
    • setC

      public void setC(Float c)
    • pc

      public Quote pc(Float pc)
    • getPc

      public Float getPc()
      Previous close price
      Returns:
      pc
    • setPc

      public void setPc(Float pc)
    • d

      public Quote d(Float d)
    • getD

      public Float getD()
      Change
      Returns:
      d
    • setD

      public void setD(Float d)
    • dp

      public Quote dp(Float dp)
    • getDp

      public Float getDp()
      Percent change
      Returns:
      dp
    • setDp

      public void setDp(Float dp)
    • 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