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

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