C# 클래스 SmartQuant.Controls.Data.DataSeriesViewer

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: fastquant/fastquant.dll 1 사용 예제들

공개 메소드들

메소드 설명
DataSeriesViewer ( ) : SmartQuant
SetDataSeries ( SmartQuant.DataSeries dataSeries, byte dataObjectType ) : void
SetInstrument ( SmartQuant.Instrument instrument ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

DataSeriesViewer() 공개 메소드

public DataSeriesViewer ( ) : SmartQuant
리턴 SmartQuant

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

SetDataSeries() 공개 메소드

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

SetInstrument() 공개 메소드

public SetInstrument ( SmartQuant.Instrument instrument ) : void
instrument SmartQuant.Instrument
리턴 void