Package com.longbridge.fundamental
Class IndustryRankOptions
- java.lang.Object
-
- com.longbridge.fundamental.IndustryRankOptions
-
public class IndustryRankOptions extends Object
-
-
Field Summary
Fields Modifier and Type Field Description IndustryRankIndicatorindicatorRanking indicatorintlimitNumber of results to return; the server defaults to 20 when 0MarketmarketMarketIndustryRankSortTypesortTypeSort mode
-
Constructor Summary
Constructors Constructor Description IndustryRankOptions()
-
-
-
Field Detail
-
market
public Market market
Market
-
indicator
public IndustryRankIndicator indicator
Ranking indicator
-
sortType
public IndustryRankSortType sortType
Sort mode
-
limit
public int limit
Number of results to return; the server defaults to 20 when 0
-
-