Package com.github.oscerd.finnhub.models
Class StockCandles
java.lang.Object
com.github.oscerd.finnhub.models.StockCandles
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2024-03-22T10:38:13.551248835+01:00[Europe/Rome]")
public class StockCandles
extends Object
StockCandles
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetC()List of close prices for returned candles.getH()List of high prices for returned candles.getL()List of low prices for returned candles.getO()List of open prices for returned candles.getS()Status of the response.getT()List of timestamp for returned candles.getV()List of volume data for returned candles.inthashCode()voidvoidvoidvoidvoidvoidvoidtoString()
-
Constructor Details
-
StockCandles
public StockCandles()
-
-
Method Details
-
o
-
addOItem
-
getO
List of open prices for returned candles.- Returns:
- o
-
setO
-
h
-
addHItem
-
getH
List of high prices for returned candles.- Returns:
- h
-
setH
-
l
-
addLItem
-
getL
List of low prices for returned candles.- Returns:
- l
-
setL
-
c
-
addCItem
-
getC
List of close prices for returned candles.- Returns:
- c
-
setC
-
v
-
addVItem
-
getV
List of volume data for returned candles.- Returns:
- v
-
setV
-
t
-
addTItem
-
getT
List of timestamp for returned candles.- Returns:
- t
-
setT
-
s
-
getS
Status of the response. This field can either be ok or no_data.- Returns:
- s
-
setS
-
equals
-
hashCode
public int hashCode() -
toString
-