Package com.github.oscerd.finnhub.models
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
Quote
public Quote()
-
-
Method Details
-
o
-
getO
Open price of the day- Returns:
- o
-
setO
-
h
-
getH
High price of the day- Returns:
- h
-
setH
-
l
-
getL
Low price of the day- Returns:
- l
-
setL
-
c
-
getC
Current price- Returns:
- c
-
setC
-
pc
-
getPc
Previous close price- Returns:
- pc
-
setPc
-
d
-
getD
Change- Returns:
- d
-
setD
-
dp
-
getDp
Percent change- Returns:
- dp
-
setDp
-
equals
-
hashCode
public int hashCode() -
toString
-