C# 클래스 SmartQuant.Controls.Portfolios.PerformanceWindow

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: fastquant/fastquant.dll 1 사용 예제들

공개 메소드들

메소드 설명
OnInit ( string name ) : void
PerformanceWindow ( ) : SmartQuant.FinChart
UpdateGUI ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void
Reset ( ) : void
performance_Updated ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

OnInit() 공개 메소드

public OnInit ( string name ) : void
name string
리턴 void

PerformanceWindow() 공개 메소드

public PerformanceWindow ( ) : SmartQuant.FinChart
리턴 SmartQuant.FinChart

UpdateGUI() 공개 메소드

public UpdateGUI ( ) : void
리턴 void