FastQuant.CurrencyId.GetName C# (CSharp) Method

GetName() public static method

public static GetName ( byte id ) : string
id byte
return string
        public static string GetName(byte id) => mapping[id] ?? id.ToString();
    }