public enum StockField extends Enum<StockField>
| 枚举常量和说明 |
|---|
StockField_Amount
trading amount*
|
StockField_Amplitude
Amplitude
|
StockField_AskPrice
Selling price (accurate to 3 decimal places, the excess will be discarded) For example, fill in the value range [10,20]
|
StockField_assetSize
Asset size - current price - ETF
|
StockField_BidAskRatio
Commission ratio* (accurate to 3 digits after the decimal point, the excess will be discarded) For example, fill in the value range [0.005,0.01]
|
StockField_BidPrice
Purchase price (accurate to 3 decimal places, the excess will be discarded) For example, fill in the value range [10,20]
|
StockField_CreationFee
Purchase fee - ETF
|
StockField_CurPrice
Latest price* (accurate to 3 decimal places, the excess will be discarded) For example, fill in the value range of [10,20]
|
StockField_current_ChangeRate
Intraday change rate
|
StockField_DiffBetweenLastPriceAndListPrice
Latest price - issue price*
|
StockField_DiscountPremium
Premium rate (discount rate) - ETF
|
StockField_DividePrice
Dividend hermes $
|
StockField_DivideRate
Dividend yield is calculated by the stock selection service itself
|
StockField_EarningDate
Next financial report date *
|
StockField_Equity_Multiplier
Equity multiplier = Asset/Equity
|
StockField_Equity_Ratio
Equity Ratio = Liability/Equity Total Liabilities/Shareholders
|
StockField_ETF_HoldingCount
Holding count - ETF
|
StockField_ETF_LastHoldingChangeDay
Component change - ETF
|
StockField_Exchange
stock market
|
StockField_FloatMarketVal
Market value* FloatMarketVal calculates FloatShare* current price
|
StockField_FloatShare
Circulating share capital*
|
StockField_HalfYear_Holder_Nums_Ratio
Semi-annual growth rate of the average number of shares held by each account
|
StockField_HighPrice
Highest price
|
StockField_Holder_Nums
The latest number of shareholders
|
StockField_Holder_Nums_Ratio
The latest growth rate of the number of shareholders
|
StockField_HourTradingAfterPrice
After-hours price* (accurate to 3 decimal places, the excess will be discarded) For example, fill in the [10,20] value range
|
StockField_HourTradingPrePrice
Pre-market price* (accurate to 3 decimal places, the excess will be discarded) For example, fill in the [10,20] value range
|
StockField_InceptionDate
Issue time - ETF
|
StockField_ListingDate
Time to market
|
StockField_ListingPrice
listing price*
|
StockField_LowPrice
Lowest price
|
StockField_lyr_Eps
Earnings per share lyr=Last Year Ratio static price-earnings ratio
|
StockField_ManagementFee
Management Fee - ETF
|
StockField_MarketValue
total market value * MarketVal shares * current price
|
StockField_Net_Income
Net income without cycle
|
StockField_Net_Worth_Aum
asset size - net worth - ETF
|
StockField_Open_Short_Interest
Open short position
|
StockField_Open_Short_Interest_Ratio
Open short position ratio = open short position volume / total equity
|
StockField_OpenPrice
Today's offer price (accurate to 3 decimal places, the excess will be discarded) For example, fill in the value range [10,20]
|
StockField_Per_Hold_Money
The average amount of shares held by each account
|
StockField_Per_Hold_Nums
The average number of shares held by each account
|
StockField_PeTTM
Price-earnings ratio* TTM (accurate to 3 decimal places, the excess will be discarded) For example, fill in the value range [0.005,0.01]
|
StockField_Post_ChangeRate
After-market change rate
|
StockField_postHourTradingChangeRate
Calculate the after-hours rise and fall by yourself
|
StockField_Pre_ChangeRate
Pre-market change rate
|
StockField_PreClosePrice
Yesterday's closing price (accurate to 3 decimal places, the excess will be discarded) For example, fill in the value range [10,20]
|
StockField_preHourTradingChangeRate
Pre-market price rise and fall (curPrice-pre-market left close) self-calculated latest price-close / close
|
StockField_Share
Total share capital*
|
StockField_Top10_Composition_Rate
Proportion of top 10 constituent stocks - ETF
|
StockField_Top15_Composition_Rate
Proportion of Top 15 Constituent Stocks - ETF
|
StockField_Top20_Composition_Rate
Proportion of Top 20 Constituent Stocks - ETF
|
StockField_ttm_Eps
Earnings per share rolling price-earnings ratio TTM=last 12 months Last Twelve Month Get eps through hermes
|
StockField_TurnoverRate
Turnover rate* (accurate to 3 decimal places, the excess will be discarded) For example, fill in the value range [0.005,0.01]
|
StockField_Volume
Volume*
|
StockField_VolumeRatio
Quantity ratio* (accurate to 3 digits after the decimal point, the excess will be discarded) For example, fill in the value range [0.005,0.01]
|
StockField_Week52High
52 week maximum price*
|
StockField_Week52Low
Lowest price for 52 weeks*
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Set<String> |
getAllValues()
Get all values
|
static Integer |
getIndexByValue(String value) |
static StockField |
getTypeByIndex(Integer index) |
static StockField |
getTypeByValue(String value) |
static String |
getValueByIndex(Integer index) |
static StockField |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static StockField[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final StockField StockField_CurPrice
public static final StockField StockField_BidPrice
public static final StockField StockField_AskPrice
public static final StockField StockField_OpenPrice
public static final StockField StockField_PreClosePrice
public static final StockField StockField_HighPrice
public static final StockField StockField_LowPrice
public static final StockField StockField_HourTradingPrePrice
public static final StockField StockField_HourTradingAfterPrice
public static final StockField StockField_Volume
public static final StockField StockField_Amount
public static final StockField StockField_FloatShare
public static final StockField StockField_Week52High
public static final StockField StockField_Week52Low
public static final StockField StockField_FloatMarketVal
public static final StockField StockField_MarketValue
public static final StockField StockField_preHourTradingChangeRate
public static final StockField StockField_postHourTradingChangeRate
public static final StockField StockField_ttm_Eps
public static final StockField StockField_VolumeRatio
public static final StockField StockField_BidAskRatio
public static final StockField StockField_EarningDate
public static final StockField StockField_PeTTM
public static final StockField StockField_DividePrice
public static final StockField StockField_DivideRate
public static final StockField StockField_Exchange
public static final StockField StockField_TurnoverRate
public static final StockField StockField_ListingDate
public static final StockField StockField_Share
public static final StockField StockField_ListingPrice
public static final StockField StockField_DiffBetweenLastPriceAndListPrice
public static final StockField StockField_lyr_Eps
public static final StockField StockField_Open_Short_Interest
public static final StockField StockField_Open_Short_Interest_Ratio
public static final StockField StockField_Equity_Ratio
public static final StockField StockField_Equity_Multiplier
public static final StockField StockField_Holder_Nums
public static final StockField StockField_Holder_Nums_Ratio
public static final StockField StockField_Per_Hold_Nums
public static final StockField StockField_Per_Hold_Money
public static final StockField StockField_HalfYear_Holder_Nums_Ratio
public static final StockField StockField_InceptionDate
public static final StockField StockField_CreationFee
public static final StockField StockField_ManagementFee
public static final StockField StockField_Top10_Composition_Rate
public static final StockField StockField_Top15_Composition_Rate
public static final StockField StockField_Top20_Composition_Rate
public static final StockField StockField_DiscountPremium
public static final StockField StockField_Net_Worth_Aum
public static final StockField StockField_assetSize
public static final StockField StockField_Amplitude
public static final StockField StockField_Pre_ChangeRate
public static final StockField StockField_current_ChangeRate
public static final StockField StockField_Post_ChangeRate
public static final StockField StockField_ETF_LastHoldingChangeDay
public static final StockField StockField_ETF_HoldingCount
public static final StockField StockField_Net_Income
public static StockField[] values()
for (StockField c : StockField.values()) System.out.println(c);
public static StockField valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public static StockField getTypeByValue(String value)
public static StockField getTypeByIndex(Integer index)
Copyright © 2024. All rights reserved.