C# 클래스 Samples.Roll.MyStrategy

상속: FastQuant.InstrumentStrategy
파일 보기 프로젝트 열기: fastquant/fastquant.dll 1 사용 예제들

공개 메소드들

메소드 설명
MyStrategy ( Framework framework, string name ) : System

보호된 메소드들

메소드 설명
OnBar ( Instrument instrument, Bar bar ) : void
OnFill ( FastQuant.Fill fill ) : void
OnStrategyStart ( ) : void

비공개 메소드들

메소드 설명
AddGroups ( ) : void

메소드 상세

MyStrategy() 공개 메소드

public MyStrategy ( Framework framework, string name ) : System
framework FastQuant.Framework
name string
리턴 System

OnBar() 보호된 메소드

protected OnBar ( Instrument instrument, Bar bar ) : void
instrument Instrument
bar FastQuant.Bar
리턴 void

OnFill() 보호된 메소드

protected OnFill ( FastQuant.Fill fill ) : void
fill FastQuant.Fill
리턴 void

OnStrategyStart() 보호된 메소드

protected OnStrategyStart ( ) : void
리턴 void