PerformanceScenario Class

public class PerformanceScenario : Scenario
This language is not supported or no code example is available.
public ref class PerformanceScenario : public Scenario^
This language is not supported or no code example is available.
public class PerformanceScenario 
extends Scenario
This language is not supported or no code example is available.
Name Description
Public property AccountDataManager (inherited from Scenario).
Public property BarFactory (inherited from Scenario).
Public property Clock (inherited from Scenario).
Public property DataFileManager (inherited from Scenario).
Public property DataManager (inherited from Scenario).
Public property DataSimulator (inherited from Scenario).
Public property EventManager (inherited from Scenario).
Public property ExecutionSimulator (inherited from Scenario).
Public property Framework (inherited from Scenario).
Public property Global (inherited from Scenario).
Public property GroupManager (inherited from Scenario).
Public property InstrumentManager (inherited from Scenario).
Public property Instruments (inherited from Scenario).
Public property IsStopped (inherited from Scenario).
Public property IsStopping (inherited from Scenario).
Public property Name (inherited from Scenario).
Public property OptimizationManager (inherited from Scenario).
Public property Optimizer (inherited from Scenario).
Public property OrderManager (inherited from Scenario).
Public property ProviderManager (inherited from Scenario).
Public property StatisticsManager (inherited from Scenario).
Public property Status (inherited from Scenario).
Public property Strategy (inherited from Scenario).
Public property StrategyManager (inherited from Scenario).
Top
Methods
 
Name Description
Public method Launch() (inherited from Scenario).
Public method Objective() (inherited from Scenario).
Protected method OnScenarioStatusChanged(ScenarioStatus) (inherited from Scenario).
Public method OptimizationRun() (inherited from Scenario).
Public method Optimize(Scenario, OptimizationUniverse) (inherited from Scenario).
Public method Optimize(Strategy, OptimizationUniverse) (inherited from Scenario).
Public method Run()
Public method RunWithLogger(string) (inherited from Scenario).
Public method StartBacktest() (inherited from Scenario).
Public method StartLive() (inherited from Scenario).
Public method StartPaper() (inherited from Scenario).
Public method StartStrategy() (inherited from Scenario).
Public method StartStrategy(Strategy) (inherited from Scenario).
Public method StartStrategy(StrategyMode) (inherited from Scenario).
Top
Events
 
Name Description
Public event OnScenarioStatusChangedEvent (inherited from Scenario).
Top
Fields
 
Name Description
Internal protected (Protected Friend) field framework (inherited from Scenario).
Internal protected (Protected Friend) field name (inherited from Scenario).
Internal protected (Protected Friend) field status (inherited from Scenario).
Internal protected (Protected Friend) field strategy (inherited from Scenario).
Top
OberMind.PerformanceScenario

In this article

Definition