C# 클래스 FastQuant.Scenario

파일 보기 프로젝트 열기: fastquant/fastquant.dll

보호된 프로퍼티들

프로퍼티 타입 설명
framework Framework
name string
strategy Strategy

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
StartStrategy ( Strategy strategy, StrategyMode mode ) : void

메소드 상세

Objective() 공개 메소드

public Objective ( ) : double
리턴 double

Run() 공개 메소드

public Run ( ) : void
리턴 void

RunWithLogger() 공개 메소드

public RunWithLogger ( string solutionName ) : void
solutionName string
리턴 void

Scenario() 공개 메소드

public Scenario ( Framework framework ) : System
framework Framework
리턴 System

StartBacktest() 공개 메소드

public StartBacktest ( ) : void
리턴 void

StartLive() 공개 메소드

public StartLive ( ) : void
리턴 void

StartPaper() 공개 메소드

public StartPaper ( ) : void
리턴 void

StartStrategy() 공개 메소드

public StartStrategy ( ) : void
리턴 void

StartStrategy() 공개 메소드

public StartStrategy ( Strategy strategy ) : void
strategy Strategy
리턴 void

StartStrategy() 공개 메소드

public StartStrategy ( StrategyMode mode ) : void
mode StrategyMode
리턴 void

프로퍼티 상세

framework 보호되어 있는 프로퍼티

protected Framework,FastQuant framework
리턴 Framework

name 보호되어 있는 프로퍼티

protected string name
리턴 string

strategy 보호되어 있는 프로퍼티

protected Strategy strategy
리턴 Strategy