예제 #1
0
 private object[] OnEndgetGreeksExtrapolation(System.IAsyncResult result)
 {
     RequestForQuoteServicesModuleLibrary.ReportingService.optionPriceResultSet retVal = this.EndgetGreeksExtrapolation(result);
     return(new object[] {
         retVal
     });
 }
예제 #2
0
 public getGreeksExtrapolationResponse(RequestForQuoteServicesModuleLibrary.ReportingService.optionPriceResultSet @return)
 {
     this.@return = @return;
 }