Example #1
0
 public static string redeemstring(ScenarioAnalysis.REDEEMED arg0)
 {
     string ret = AkaApiPINVOKE.ScenarioAnalysis_redeemstring__SWIG_0((int)arg0);
     return ret;
 }
Example #2
0
 internal static HandleRef getCPtr(ScenarioAnalysis obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Example #3
0
 public bool AnalyzeScenario(InterestRateScenario arg0, Quote arg1, ScenarioAnalysis arg2)
 {
     bool ret = AkaApiPINVOKE.Value_AnalyzeScenario__SWIG_1(swigCPtr, InterestRateScenario.getCPtr(arg0), Quote.getCPtr(arg1), ScenarioAnalysis.getCPtr(arg2));
     if (AkaApiPINVOKE.SWIGPendingException.Pending) throw AkaApiPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }