C# Class SmartQuant.Controls.Data.InstrumentData

Inheritance: FrameworkControl
Afficher le fichier Open project: fastquant/fastquant.dll

Méthodes publiques

Méthode Description
InstrumentData ( ) : SmartQuant

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnInit ( ) : void

Private Methods

Méthode Description
InitDataSeriesList ( ) : void
InitDataSeriesViewer ( ) : void
InitializeComponent ( ) : void
NewDataSeries ( byte dataType, BarType barType, long barSize ) : void
ctxDataSeries_Clear_Click ( object sender, EventArgs e ) : void
ctxDataSeries_CompressBars_Click ( object sender, EventArgs e ) : void
ctxDataSeries_Delete_Click ( object sender, EventArgs e ) : void
ctxDataSeries_Dump_Click ( object sender, EventArgs e ) : void
ctxDataSeries_ExportCSV_Click ( object sender, EventArgs e ) : void
ctxDataSeries_New_Bar_DropDownItemClicked ( object sender, ToolStripItemClickedEventArgs e ) : void
ctxDataSeries_New_Bar_DropDownOpening ( object sender, EventArgs e ) : void
ctxDataSeries_New_Quote_Click ( object sender, EventArgs e ) : void
ctxDataSeries_New_Trade_Click ( object sender, EventArgs e ) : void
ctxDataSeries_Opening ( object sender, CancelEventArgs e ) : void
ctxDataSeries_Refresh_Click ( object sender, EventArgs e ) : void
ltvDataSeries_SelectedIndexChanged ( object sender, EventArgs e ) : void
tsbRefresh_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

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

InstrumentData() public méthode

public InstrumentData ( ) : SmartQuant
Résultat SmartQuant

OnInit() protected méthode

protected OnInit ( ) : void
Résultat void