コード例 #1
0
 public StockAppHandler(IExecutionVenueService executionVenueService, ICreditCheckService creditCheckService, ITradingService tradingService)
 {
     this.executionVenueService = executionVenueService;
     this.creditCheckService = creditCheckService;
     this.tradingService = tradingService;
 }
コード例 #2
0
 public StockAppHandler(IExecutionVenueService executionVenueService, ICreditCheckService creditCheckService, ITradingService tradingService)
 {
     this.executionVenueService = executionVenueService;
     this.creditCheckService    = creditCheckService;
     this.tradingService        = tradingService;
 }