public class TickerQuote extends java.lang.Object implements ApiElement
Constructor and Description |
---|
TickerQuote() |
Modifier and Type | Method and Description |
---|---|
float |
getAdjustedPreviousClose()
Gets the adjusted previous close.
|
float |
getAskPrice()
Gets the ask price.
|
int |
getAskSize()
Gets the ask size.
|
float |
getBidPrice()
Gets the bid price.
|
int |
getBigSize()
Gets the big size.
|
java.lang.String |
getInstrumentId()
Gets the instrument id.
|
float |
getLastExtendedHoursTradePrice()
Gets the last extended hours trade price.
|
float |
getLastTradePrice()
Gets the last trade price.
|
float |
getPreviousClose()
Gets the previous close.
|
java.lang.String |
getPreviousCloseDate()
Gets the previous close date.
|
java.lang.String |
getSymbol()
Gets the symbol.
|
java.lang.String |
getUpdatedAt()
Gets the updated at.
|
boolean |
isTradingHalted()
Checks if is trading halted.
|
boolean |
requiresAuth() |
public boolean requiresAuth()
requiresAuth
in interface ApiElement
public float getAskPrice()
public int getAskSize()
public float getBidPrice()
public int getBigSize()
public float getLastTradePrice()
public float getLastExtendedHoursTradePrice()
public float getPreviousClose()
public float getAdjustedPreviousClose()
public java.lang.String getPreviousCloseDate()
public java.lang.String getSymbol()
public boolean isTradingHalted()
public java.lang.String getUpdatedAt()
public java.lang.String getInstrumentId()