C# Class FastQuant.Scenario

Show file Open project: fastquant/fastquant.dll

Protected Properties

Property Type Description
framework Framework
name string
strategy Strategy

Public Methods

Method 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

Method Description
StartStrategy ( Strategy strategy, StrategyMode mode ) : void

Method Details

Objective() public method

public Objective ( ) : double
return double

Run() public method

public Run ( ) : void
return void

RunWithLogger() public method

public RunWithLogger ( string solutionName ) : void
solutionName string
return void

Scenario() public method

public Scenario ( Framework framework ) : System
framework Framework
return System

StartBacktest() public method

public StartBacktest ( ) : void
return void

StartLive() public method

public StartLive ( ) : void
return void

StartPaper() public method

public StartPaper ( ) : void
return void

StartStrategy() public method

public StartStrategy ( ) : void
return void

StartStrategy() public method

public StartStrategy ( Strategy strategy ) : void
strategy Strategy
return void

StartStrategy() public method

public StartStrategy ( StrategyMode mode ) : void
mode StrategyMode
return void

Property Details

framework protected property

protected Framework,FastQuant framework
return Framework

name protected property

protected string name
return string

strategy protected property

protected Strategy strategy
return Strategy