C# Class FastQuant.Scenario

Afficher le fichier Open project: fastquant/fastquant.dll

Protected Properties

Свойство Type Description
framework Framework
name string
strategy Strategy

Méthodes publiques

Méthode Description
Objective ( ) : double
Run ( ) : void
RunWithLogger ( string solutionName ) : void
Scenario ( Framework framework ) : System
StartBacktest ( ) : void
StartLive ( ) : void
StartPaper ( ) : void
StartStrategy ( ) : void
StartStrategy ( Strategy strategy ) : void
StartStrategy ( StrategyMode mode ) : void

Private Methods

Méthode Description
StartStrategy ( Strategy strategy, StrategyMode mode ) : void

Method Details

Objective() public méthode

public Objective ( ) : double
Résultat double

Run() public méthode

public Run ( ) : void
Résultat void

RunWithLogger() public méthode

public RunWithLogger ( string solutionName ) : void
solutionName string
Résultat void

Scenario() public méthode

public Scenario ( Framework framework ) : System
framework Framework
Résultat System

StartBacktest() public méthode

public StartBacktest ( ) : void
Résultat void

StartLive() public méthode

public StartLive ( ) : void
Résultat void

StartPaper() public méthode

public StartPaper ( ) : void
Résultat void

StartStrategy() public méthode

public StartStrategy ( ) : void
Résultat void

StartStrategy() public méthode

public StartStrategy ( Strategy strategy ) : void
strategy Strategy
Résultat void

StartStrategy() public méthode

public StartStrategy ( StrategyMode mode ) : void
mode StrategyMode
Résultat void

Property Details

framework protected_oe property

protected Framework,FastQuant framework
Résultat Framework

name protected_oe property

protected string name
Résultat string

strategy protected_oe property

protected Strategy strategy
Résultat Strategy