public static Date date(string asxCode)
        {
            Date ret = new Date(NQuantLibcPINVOKE.ASX_date__SWIG_1(asxCode), true);

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