public static string nextCode(string asxCode, bool mainCycle) { string ret = NQuantLibcPINVOKE.ASX_nextCode__SWIG_4(asxCode, mainCycle); if (NQuantLibcPINVOKE.SWIGPendingException.Pending) { throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }