Adaptive.ReactiveTrader.Server.TradeExecution.TradeExecutionService.TradeExecutionService C# (CSharp) Метод

TradeExecutionService() публичный Метод

public TradeExecutionService ( TradeExecutionEngine executionEngine ) : System
executionEngine TradeExecutionEngine
Результат System
        public TradeExecutionService(TradeExecutionEngine executionEngine)
        {
            _executionEngine = executionEngine;
        }