Adaptive.ReactiveTrader.Server.TradeExecution.TradeExecutionService.TradeExecutionService C# (CSharp) Method

TradeExecutionService() public method

public TradeExecutionService ( TradeExecutionEngine executionEngine ) : System
executionEngine TradeExecutionEngine
return System
        public TradeExecutionService(TradeExecutionEngine executionEngine)
        {
            _executionEngine = executionEngine;
        }