Exemple #1
0
 public System.IAsyncResult BegingetGreeksByCategory(string categoryType, System.DateTime maturityDateFrom, System.DateTime maturityDateTo, double minimumGreek, System.AsyncCallback callback, object asyncState)
 {
     RequestForQuoteServicesModuleLibrary.ReportingService.getGreeksByCategory inValue = new RequestForQuoteServicesModuleLibrary.ReportingService.getGreeksByCategory();
     inValue.categoryType     = categoryType;
     inValue.maturityDateFrom = maturityDateFrom;
     inValue.maturityDateTo   = maturityDateTo;
     inValue.minimumGreek     = minimumGreek;
     return(((RequestForQuoteServicesModuleLibrary.ReportingService.ReportingController)(this)).BegingetGreeksByCategory(inValue, callback, asyncState));
 }
Exemple #2
0
 public greeksPerCategoryReportDataImpl[] getGreeksByCategory(string categoryType, System.DateTime maturityDateFrom, System.DateTime maturityDateTo, double minimumGreek)
 {
     RequestForQuoteServicesModuleLibrary.ReportingService.getGreeksByCategory inValue = new RequestForQuoteServicesModuleLibrary.ReportingService.getGreeksByCategory();
     inValue.categoryType     = categoryType;
     inValue.maturityDateFrom = maturityDateFrom;
     inValue.maturityDateTo   = maturityDateTo;
     inValue.minimumGreek     = minimumGreek;
     RequestForQuoteServicesModuleLibrary.ReportingService.getGreeksByCategoryResponse retVal = ((RequestForQuoteServicesModuleLibrary.ReportingService.ReportingController)(this)).getGreeksByCategory(inValue);
     return(retVal.@return);
 }
Exemple #3
0
 System.IAsyncResult RequestForQuoteServicesModuleLibrary.ReportingService.ReportingController.BegingetGreeksByCategory(RequestForQuoteServicesModuleLibrary.ReportingService.getGreeksByCategory request, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.BegingetGreeksByCategory(request, callback, asyncState));
 }
Exemple #4
0
 RequestForQuoteServicesModuleLibrary.ReportingService.getGreeksByCategoryResponse RequestForQuoteServicesModuleLibrary.ReportingService.ReportingController.getGreeksByCategory(RequestForQuoteServicesModuleLibrary.ReportingService.getGreeksByCategory request)
 {
     return(base.Channel.getGreeksByCategory(request));
 }