FastQuant.ExecutionSimulator.ExecutionSimulator C# (CSharp) Method

ExecutionSimulator() public method

public ExecutionSimulator ( Framework framework ) : System
framework Framework
return System
        public ExecutionSimulator(Framework framework) : base(framework)
        {
            this.id = ProviderId.ExecutionSimulator;
            this.name = "ExecutionSimulator";
            this.description = "Default execution simulator";
            this.url = $"www.{nameof(FastQuant).ToLower()}.com";
        }