public static Date nextDate()
        {
            Date ret = new Date(NQuantLibcPINVOKE.ASX_nextDate__SWIG_2(), true);

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