C# Класс Forex_Strategy_Builder.JForex_Import

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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