C# Class Forex_Strategy_Trader.Data_Parser

Datei anzeigen Open project: MerlinBrasil/Forex-Strategy-Trader Class Usage Examples

Private Properties

Property Type Description
AnaliseInput int
ParseInput int

Public Methods

Method Description
Data_Parser ( string sInput ) : System

Analyzes and parses an input string

Parse ( ) : int

Parses the input string

Private Methods

Method Description
AnaliseInput ( ) : int

Analyzes the input file

ParseInput ( ) : int

Parses the input file

Method Details

Data_Parser() public method

Analyzes and parses an input string
public Data_Parser ( string sInput ) : System
sInput string
return System

Parse() public method

Parses the input string
public Parse ( ) : int
return int