update orders index
This commit is contained in:
@@ -1069,9 +1069,10 @@ public class StockService {
|
|||||||
indexVoList.add(vo1);
|
indexVoList.add(vo1);
|
||||||
List<String> order = Arrays.asList(
|
List<String> order = Arrays.asList(
|
||||||
"IBEX 35 Index",
|
"IBEX 35 Index",
|
||||||
|
"DAX Index",
|
||||||
"Dow Jones Industrial Average",
|
"Dow Jones Industrial Average",
|
||||||
"S&P 500 Index",
|
"S&P 500 Index"
|
||||||
"DAX Index"
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user