C# Class SmartQuant.Controls.Data.DataSeriesViewer

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

Méthodes publiques

Méthode Description
DataSeriesViewer ( ) : SmartQuant
SetDataSeries ( SmartQuant.DataSeries dataSeries, byte dataObjectType ) : void
SetInstrument ( SmartQuant.Instrument instrument ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
AddObject ( ) : void
DeleteObjects ( ) : void
DeleteRange ( ) : void
EditObject ( ) : void
GotoObject ( ) : void
Init ( ) : void
InitializeComponent ( ) : void
ctxObjects_Add_Click ( object sender, EventArgs e ) : void
ctxObjects_DeleteRange_Click ( object sender, EventArgs e ) : void
ctxObjects_Delete_Click ( object sender, EventArgs e ) : void
ctxObjects_Edit_Click ( object sender, EventArgs e ) : void
ctxObjects_GoTo_Click ( object sender, EventArgs e ) : void
ctxObjects_Opening ( object sender, CancelEventArgs e ) : void
listView_DoubleClick ( object sender, EventArgs e ) : void
listView_KeyDown ( object sender, KeyEventArgs e ) : void
listView_RetrieveVirtualItem ( object sender, System.Windows.Forms.RetrieveVirtualItemEventArgs e ) : void

Method Details

DataSeriesViewer() public méthode

public DataSeriesViewer ( ) : SmartQuant
Résultat SmartQuant

Dispose() protected méthode

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

SetDataSeries() public méthode

public SetDataSeries ( SmartQuant.DataSeries dataSeries, byte dataObjectType ) : void
dataSeries SmartQuant.DataSeries
dataObjectType byte
Résultat void

SetInstrument() public méthode

public SetInstrument ( SmartQuant.Instrument instrument ) : void
instrument SmartQuant.Instrument
Résultat void