public enum QuotesProperty extends Enum<QuotesProperty>
Modifier and Type | Method and Description |
---|---|
String |
getTag() |
static QuotesProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuotesProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QuotesProperty AfterHoursChangeRealtime
public static final QuotesProperty AnnualizedGain
public static final QuotesProperty Ask
public static final QuotesProperty AskRealtime
public static final QuotesProperty AskSize
public static final QuotesProperty AverageDailyVolume
public static final QuotesProperty Bid
public static final QuotesProperty BidRealtime
public static final QuotesProperty BidSize
public static final QuotesProperty BookValuePerShare
public static final QuotesProperty Change
public static final QuotesProperty Change_ChangeInPercent
public static final QuotesProperty ChangeFromFiftydayMovingAverage
public static final QuotesProperty ChangeFromTwoHundreddayMovingAverage
public static final QuotesProperty ChangeFromYearHigh
public static final QuotesProperty ChangeFromYearLow
public static final QuotesProperty ChangeInPercent
public static final QuotesProperty ChangeInPercentRealtime
public static final QuotesProperty ChangeRealtime
public static final QuotesProperty Commission
public static final QuotesProperty Currency
public static final QuotesProperty DaysHigh
public static final QuotesProperty DaysLow
public static final QuotesProperty DaysRange
public static final QuotesProperty DaysRangeRealtime
public static final QuotesProperty DaysValueChange
public static final QuotesProperty DaysValueChangeRealtime
public static final QuotesProperty DividendPayDate
public static final QuotesProperty TrailingAnnualDividendYield
public static final QuotesProperty TrailingAnnualDividendYieldInPercent
public static final QuotesProperty DilutedEPS
public static final QuotesProperty EBITDA
public static final QuotesProperty EPSEstimateCurrentYear
public static final QuotesProperty EPSEstimateNextQuarter
public static final QuotesProperty EPSEstimateNextYear
public static final QuotesProperty ExDividendDate
public static final QuotesProperty FiftydayMovingAverage
public static final QuotesProperty SharesFloat
public static final QuotesProperty HighLimit
public static final QuotesProperty HoldingsGain
public static final QuotesProperty HoldingsGainPercent
public static final QuotesProperty HoldingsGainPercentRealtime
public static final QuotesProperty HoldingsGainRealtime
public static final QuotesProperty HoldingsValue
public static final QuotesProperty HoldingsValueRealtime
public static final QuotesProperty LastTradeDate
public static final QuotesProperty LastTradePriceOnly
public static final QuotesProperty LastTradeRealtimeWithTime
public static final QuotesProperty LastTradeSize
public static final QuotesProperty LastTradeTime
public static final QuotesProperty LastTradeWithTime
public static final QuotesProperty LowLimit
public static final QuotesProperty MarketCapitalization
public static final QuotesProperty MarketCapRealtime
public static final QuotesProperty MoreInfo
public static final QuotesProperty Name
public static final QuotesProperty Notes
public static final QuotesProperty OneyrTargetPrice
public static final QuotesProperty Open
public static final QuotesProperty OrderBookRealtime
public static final QuotesProperty PEGRatio
public static final QuotesProperty PERatio
public static final QuotesProperty PERatioRealtime
public static final QuotesProperty PercentChangeFromFiftydayMovingAverage
public static final QuotesProperty PercentChangeFromTwoHundreddayMovingAverage
public static final QuotesProperty ChangeInPercentFromYearHigh
public static final QuotesProperty PercentChangeFromYearLow
public static final QuotesProperty PreviousClose
public static final QuotesProperty PriceBook
public static final QuotesProperty PriceEPSEstimateCurrentYear
public static final QuotesProperty PriceEPSEstimateNextYear
public static final QuotesProperty PricePaid
public static final QuotesProperty PriceSales
public static final QuotesProperty Revenue
public static final QuotesProperty SharesOwned
public static final QuotesProperty SharesOutstanding
public static final QuotesProperty ShortRatio
public static final QuotesProperty StockExchange
public static final QuotesProperty Symbol
public static final QuotesProperty TickerTrend
public static final QuotesProperty TradeDate
public static final QuotesProperty TradeLinks
public static final QuotesProperty TradeLinksAdditional
public static final QuotesProperty TwoHundreddayMovingAverage
public static final QuotesProperty Volume
public static final QuotesProperty YearHigh
public static final QuotesProperty YearLow
public static final QuotesProperty YearRange
public static QuotesProperty[] values()
for (QuotesProperty c : QuotesProperty.values()) System.out.println(c);
public static QuotesProperty valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getTag()
Copyright © 2022. All rights reserved.