public static bool isASXcode(string code)
        {
            bool ret = NQuantLibcPINVOKE.ASX_isASXcode__SWIG_1(code);

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