Interface SymbolData
- All Superinterfaces:
Serializable
Represents symbol data
-
Method Summary
Modifier and TypeMethodDescriptionReturns the acronym code.getColor()The color of the symbol, in a hex format e.g.Returns the icon code, a code representing the icon that should be shown.Returns the symbol type.
-
Method Details
-
getColor
String getColor()The color of the symbol, in a hex format e.g. '#000000'. This format always includes the '#' and has a size of 7.- Returns:
- the color of the symbol, in a hex format e.g. '#000000'
-
getSymbolType
AssetTypeSymbolType getSymbolType()Returns the symbol type.- Returns:
- the symbol type
-
getIconCode
String getIconCode()Returns the icon code, a code representing the icon that should be shown.- Returns:
- the icon code
-
getAcronymCode
String getAcronymCode()Returns the acronym code.- Returns:
- the acronym code
-