C# Class SmartQuant.Controls.Portfolios.PerformanceWindow

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: fastquant/fastquant.dll Class Usage Examples

Méthodes publiques

Méthode Description
OnInit ( string name ) : void
PerformanceWindow ( ) : SmartQuant.FinChart
UpdateGUI ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void
Reset ( ) : void
performance_Updated ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OnInit() public méthode

public OnInit ( string name ) : void
name string
Résultat void

PerformanceWindow() public méthode

public PerformanceWindow ( ) : SmartQuant.FinChart
Résultat SmartQuant.FinChart

UpdateGUI() public méthode

public UpdateGUI ( ) : void
Résultat void