public static string nextCode(string asxCode)
        {
            string ret = NQuantLibcPINVOKE.ASX_nextCode__SWIG_5(asxCode);

            if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
            {
                throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }