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

상속: FrameworkControl
파일 보기 프로젝트 열기: fastquant/fastquant.dll

공개 메소드들

메소드 설명
InstrumentData ( ) : SmartQuant

보호된 메소드들

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

비공개 메소드들

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

메소드 상세

Dispose() 보호된 메소드

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

InstrumentData() 공개 메소드

public InstrumentData ( ) : SmartQuant
리턴 SmartQuant

OnInit() 보호된 메소드

protected OnInit ( ) : void
리턴 void