public static bool isASXdate(Date d)
        {
            bool ret = NQuantLibcPINVOKE.ASX_isASXdate__SWIG_1(Date.getCPtr(d));

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