示例#1
0
 public greeksPerCategoryReportDataImpl[] EndgetGreeksByCategory(System.IAsyncResult result)
 {
     RequestForQuoteServicesModuleLibrary.ReportingService.getGreeksByCategoryResponse retVal = ((RequestForQuoteServicesModuleLibrary.ReportingService.ReportingController)(this)).EndgetGreeksByCategory(result);
     return(retVal.@return);
 }
示例#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);
 }