public static interface PortfolioOptimizationAlgorithm.SymbolLookup
Modifier and Type | Method and Description |
---|---|
int |
getIndex(String symbol)
Gets the index (starts from 1) of the product with a given symbol.
|
String |
getSymbol(int index)
Gets the symbol of the product at a given index (starts from 1).
|
String getSymbol(int index)
index
- the index of the product (starts from 1)int getIndex(String symbol)
symbol
- the symbol of the productCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.