Searched defs:stock (Results 1 – 6 of 6) sorted by relevance
19 struct stock struct21 std::string code;22 std::string name;23 double open_price;24 double high_price;25 double low_price;26 double last_price;27 double buy_price;28 int buy_quantity;29 double sell_price;[all …]
78 public void recordStockTime(String localeId, String stock, String dateTimePattern) { in recordStockTime()85 public void recordStock(String localeId, String stock, String dateTimePattern) { in recordStock()
11 final String stock = in main() local
30 static final String stock = field in GeneratePluralList
361 Annotations stock = baseData.get(code); in getShortName() local379 Annotations stock = baseData.get(code); in getKeywords() local557 Annotations stock = baseData.get(base); in getBasePlusRemainder() local586 Annotations stock = baseData.get(mod); in getBasePlusRemainder() local
1061 public static final String stock = field in RbnfSampleRuleSets