Class Candle

java.lang.Object
com.github.oscerd.finnhub.model.Candle

public class Candle extends Object
  • Constructor Details

    • Candle

      public Candle()
  • Method Details

    • getC

      public Double[] getC()
    • getH

      public Double[] getH()
    • getL

      public Double[] getL()
    • getO

      public Double[] getO()
    • getS

      public String getS()
    • getT

      public Long[] getT()
    • getV

      public Long[] getV()