示例#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;
 }