Interface SymbolData

All Superinterfaces:
Serializable

public interface SymbolData extends Serializable
Represents symbol data
  • 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