public static string code(Date asxDate) { string ret = NQuantLibcPINVOKE.ASX_code(Date.getCPtr(asxDate)); if (NQuantLibcPINVOKE.SWIGPendingException.Pending) { throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }