C# Class SmartQuant.Controls.Data.DataSeriesViewer

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

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

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

public DataSeriesViewer ( ) : SmartQuant
return SmartQuant

Dispose() protected method

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

SetDataSeries() public method

public SetDataSeries ( SmartQuant.DataSeries dataSeries, byte dataObjectType ) : void
dataSeries SmartQuant.DataSeries
dataObjectType byte
return void

SetInstrument() public method

public SetInstrument ( SmartQuant.Instrument instrument ) : void
instrument SmartQuant.Instrument
return void