C# Class SmartQuant.Controls.Portfolios.PortfolioList

Inheritance: FrameworkControl
Show file Open project: fastquant/fastquant.dll

Public Methods

Method Description
Init ( PermanentQueue messages ) : void
PortfolioList ( ) : System
UpdateGUI ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnInit ( ) : void

Private Methods

Method Description
AddPortfolio ( SmartQuant portfolio ) : void
ChangeParent ( SmartQuant portfolio ) : void
FrameworkCleared ( ) : void
InitializeComponent ( ) : void
RemovePortfolio ( SmartQuant portfolio ) : void
ShowPorfolio ( ) : void
ctxPortfolios_AddNew_Click ( object sender, EventArgs e ) : void
ctxPortfolios_Delete_Click ( object sender, EventArgs e ) : void
ctxPortfolios_Opening ( object sender, CancelEventArgs e ) : void
ctxPortfolios_Properties_Click ( object sender, EventArgs e ) : void
ctxPortfolios_View_Click ( object sender, EventArgs e ) : void
trvPortfolios_AfterSelect ( object sender, TreeViewEventArgs e ) : void
trvPortfolios_DoubleClick ( object sender, EventArgs e ) : void
trvPortfolios_MouseDown ( object sender, MouseEventArgs e ) : void

Method Details

Dispose() protected method

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

Init() public method

public Init ( PermanentQueue messages ) : void
messages PermanentQueue
return void

OnInit() protected method

protected OnInit ( ) : void
return void

PortfolioList() public method

public PortfolioList ( ) : System
return System

UpdateGUI() public method

public UpdateGUI ( ) : void
return void