C# 클래스 Forex_Strategy_Builder.JForex_Import

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: nuggett11/Forex-Strategy-Builder 1 사용 예제들

공개 메소드들

메소드 설명
JForex_Import ( ) : System

Constructor

보호된 메소드들

메소드 설명
OnLoad ( EventArgs e ) : void

Perform initializing

OnPaint ( PaintEventArgs e ) : void

Form On Paint

OnResize ( EventArgs e ) : void

Recalculates the sizes and positions of the controls after resizing.

비공개 메소드들

메소드 설명
BgWorker_DoWork ( object sender, DoWorkEventArgs e ) : void

Does the job

BgWorker_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void

This event handler deals with the results of the background operation.

BtnBrowse_Click ( object sender, EventArgs e ) : void
BtnHelp_Click ( object sender, EventArgs e ) : void
BtnImport_Click ( object sender, EventArgs e ) : void
FilterReccord ( List reccord ) : void
ImportBarFile ( JForex_Data_Files file ) : void
ImportTicks ( JForex_Data_Files file ) : void
IsWeekend ( System.DateTime time ) : bool
ReadJForexFiles ( ) : void
SaveReccord ( BinaryWriter binaryWriter, DateTime time, int volume, List reccord ) : void
SetInfoText ( string text ) : void
StringToDouble ( string input ) : double

Converts a string to a double number.

메소드 상세

JForex_Import() 공개 메소드

Constructor
public JForex_Import ( ) : System
리턴 System

OnLoad() 보호된 메소드

Perform initializing
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnPaint() 보호된 메소드

Form On Paint
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

OnResize() 보호된 메소드

Recalculates the sizes and positions of the controls after resizing.
protected OnResize ( EventArgs e ) : void
e EventArgs
리턴 void