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

Inheritance: System.Windows.Forms.UserControl
Show file Open project: fastquant/fastquant.dll Class Usage Examples

Public Methods

Method Description
AccountDataViewer ( ) : SmartQuant
Clear ( ) : void
OnData ( SmartQuant data ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method 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 method

public AccountDataViewer ( ) : SmartQuant
return SmartQuant

Clear() public method

public Clear ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

OnData() public method

public OnData ( SmartQuant data ) : void
data SmartQuant
return void