Package com.github.oscerd.finnhub.model
Class EnrichedSymbol
- java.lang.Object
-
- com.github.oscerd.finnhub.model.Symbol
-
- com.github.oscerd.finnhub.model.EnrichedSymbol
-
public class EnrichedSymbol extends Symbol
-
-
Constructor Summary
Constructors Constructor Description EnrichedSymbol()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCurrency()StringgetFigi()StringgetMic()voidsetCurrency(String currency)voidsetFigi(String figi)voidsetMic(String mic)StringtoString()-
Methods inherited from class com.github.oscerd.finnhub.model.Symbol
getDescription, getDisplaySymbol, getSymbol, getType, setDescription, setDisplaySymbol, setSymbol, setType
-
-