Package com.github.oscerd.finnhub.models
Class StockSymbol
java.lang.Object
com.github.oscerd.finnhub.models.StockSymbol
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2024-03-22T10:38:13.551248835+01:00[Europe/Rome]")
public class StockSymbol
extends Object
StockSymbol
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) displaySymbol(String displaySymbol) booleanPrice's currency.Symbol descriptionDisplay symbol name.getFigi()FIGI identifier.getIsin()ISIN.getMic()Primary exchange's MIC.Global Share Class FIGI.Unique symbol used to identify this symbol used in <code>/stock/candle</code> endpoint.Alternative ticker for exchanges with multiple tickers for 1 stock such as BSE.getType()Security type.inthashCode()voidsetCurrency(String currency) voidsetDescription(String description) voidsetDisplaySymbol(String displaySymbol) voidvoidvoidvoidsetShareClassFIGI(String shareClassFIGI) voidvoidsetSymbol2(String symbol2) voidshareClassFIGI(String shareClassFIGI) toString()
-
Constructor Details
-
StockSymbol
public StockSymbol()
-
-
Method Details
-
description
-
getDescription
Symbol description- Returns:
- description
-
setDescription
-
displaySymbol
-
getDisplaySymbol
Display symbol name.- Returns:
- displaySymbol
-
setDisplaySymbol
-
symbol
-
getSymbol
Unique symbol used to identify this symbol used in <code>/stock/candle</code> endpoint.- Returns:
- symbol
-
setSymbol
-
type
-
getType
Security type.- Returns:
- type
-
setType
-
mic
-
getMic
Primary exchange's MIC.- Returns:
- mic
-
setMic
-
figi
-
getFigi
FIGI identifier.- Returns:
- figi
-
setFigi
-
currency
-
getCurrency
Price's currency. This might be different from the reporting currency of fundamental data.- Returns:
- currency
-
setCurrency
-
symbol2
-
getSymbol2
Alternative ticker for exchanges with multiple tickers for 1 stock such as BSE.- Returns:
- symbol2
-
setSymbol2
-
isin
-
getIsin
ISIN. This field is only available for EU stocks and selected Asian markets. Entitlement from Finnhub is required to access this field.- Returns:
- isin
-
setIsin
-
equals
-
hashCode
public int hashCode() -
toString
-