public static Date nextDate(string asxCode) { Date ret = new Date(NQuantLibcPINVOKE.ASX_nextDate__SWIG_5(asxCode), true); if (NQuantLibcPINVOKE.SWIGPendingException.Pending) { throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }