public class IndexConstituent extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_EXCHANGE |
static String |
SERIALIZED_NAME_SYMBOLS |
| Constructor and Description |
|---|
IndexConstituent() |
| Modifier and Type | Method and Description |
|---|---|
IndexConstituent |
addSymbolsItem(String symbolsItem) |
boolean |
equals(Object o) |
IndexConstituent |
exchange(String exchange) |
String |
getExchange()
Exchange
|
List<String> |
getSymbols()
Symbol list
|
int |
hashCode() |
void |
setExchange(String exchange) |
void |
setSymbols(List<String> symbols) |
IndexConstituent |
symbols(List<String> symbols) |
String |
toString() |
public static final String SERIALIZED_NAME_EXCHANGE
public static final String SERIALIZED_NAME_SYMBOLS
public IndexConstituent exchange(String exchange)
public void setExchange(String exchange)
public IndexConstituent symbols(List<String> symbols)
public IndexConstituent addSymbolsItem(String symbolsItem)
Copyright © 2023. All rights reserved.