How can I return the company name in a variable?

Abowahaj

Member
Joined
Jul 18, 2021
Posts
11
Likes
0
Hello
I'm asking for help writing a code to show the name of the company
How can a company name be assigned to a variable that returns the company name?
Example :
Double high = series.getDouble(index , Enums.BarInput.HIGH);
long volum = series.getVolume(index);
String companyname = series.getSymbol(); // Here is a problem
Sorry, I used google translator
waiting for help
 
Top