Class GENCLookup


  • public class GENCLookup
    extends java.lang.Object
    Utility class that takes the 3 digit country code from the symbol ID and returns the 3 character string representation of that country. For example, 840 turns into "USA" for the United States.
    • Method Detail

      • getInstance

        public static GENCLookup getInstance()
      • get3CharCode

        public java.lang.String get3CharCode​(int id)