C# 클래스 Samples.Components.MyReport

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

공개 메소드들

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

메소드 상세

OnBar() 공개 메소드

public OnBar ( Bar bar ) : void
bar FastQuant.Bar
리턴 void

OnFill() 공개 메소드

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

OnStrategyStart() 공개 메소드

public OnStrategyStart ( ) : void
리턴 void