C# Class SmartQuant.Controls.Data.Account.AccountDataViewer

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

Méthodes publiques

Méthode Description
AccountDataViewer ( ) : SmartQuant
Clear ( ) : void
OnData ( SmartQuant data ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
AddOrder ( SmartQuant data ) : void
AddPosition ( SmartQuant data ) : void
AddValue ( SmartQuant data ) : void
InitializeComponent ( ) : void
UpdateListView ( string account, AccountDataViewer type ) : void
UpdateSubItem ( System.Windows.Forms.ListViewItem item, int index, SmartQuant data, string name ) : void
ValueToString ( object obj ) : string
cbxAccount_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

AccountDataViewer() public méthode

public AccountDataViewer ( ) : SmartQuant
Résultat SmartQuant

Clear() public méthode

public Clear ( ) : void
Résultat void

Dispose() protected méthode

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

OnData() public méthode

public OnData ( SmartQuant data ) : void
data SmartQuant
Résultat void