Package com.github.oscerd.finnhub.models
Class HistoricalNBBO
java.lang.Object
com.github.oscerd.finnhub.models.HistoricalNBBO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2024-03-22T10:38:13.551248835+01:00[Europe/Rome]")
public class HistoricalNBBO
extends Object
HistoricalNBBO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetA()List of Ask price data.getAv()List of Ask volume data.getAx()List of venues/exchanges - Ask price.getB()List of Bid price data.getBv()List of Bid volume data.getBx()List of venues/exchanges - Bid price.getC()List of quote conditions.getCount()Number of ticks returned.getS()Symbol.getSkip()Number of ticks skipped.getT()List of timestamp in UNIX ms.getTotal()Total number of ticks for that date.inthashCode()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidtoString()
-
Constructor Details
-
HistoricalNBBO
public HistoricalNBBO()
-
-
Method Details
-
s
-
getS
Symbol.- Returns:
- s
-
setS
-
skip
-
getSkip
Number of ticks skipped.- Returns:
- skip
-
setSkip
-
count
-
getCount
Number of ticks returned. If <code>count</code> < <code>limit</code>, all data for that date has been returned.- Returns:
- count
-
setCount
-
total
-
getTotal
Total number of ticks for that date.- Returns:
- total
-
setTotal
-
av
-
addAvItem
-
getAv
List of Ask volume data.- Returns:
- av
-
setAv
-
a
-
addAItem
-
getA
List of Ask price data.- Returns:
- a
-
setA
-
ax
-
addAxItem
-
getAx
List of venues/exchanges - Ask price. A list of exchange codes can be found <a target=\"_blank\" href=\"https://docs.google.com/spreadsheets/d/1Tj53M1svmr-hfEtbk6_NpVR1yAyGLMaH6ByYU6CG0ZY/edit?usp=sharing\",>here</a>- Returns:
- ax
-
setAx
-
bv
-
addBvItem
-
getBv
List of Bid volume data.- Returns:
- bv
-
setBv
-
b
-
addBItem
-
getB
List of Bid price data.- Returns:
- b
-
setB
-
bx
-
addBxItem
-
getBx
List of venues/exchanges - Bid price. A list of exchange codes can be found <a target=\"_blank\" href=\"https://docs.google.com/spreadsheets/d/1Tj53M1svmr-hfEtbk6_NpVR1yAyGLMaH6ByYU6CG0ZY/edit?usp=sharing\",>here</a>- Returns:
- bx
-
setBx
-
t
-
addTItem
-
getT
List of timestamp in UNIX ms.- Returns:
- t
-
setT
-
c
-
addCItem
-
getC
List of quote conditions. A comprehensive list of quote conditions code can be found <a target=\"_blank\" href=\"https://docs.google.com/spreadsheets/d/1iiA6e7Osdtai0oPMOUzgAIKXCsay89dFDmsegz6OpEg/edit?usp=sharing\">here</a>- Returns:
- c
-
setC
-
equals
-
hashCode
public int hashCode() -
toString
-