C# Class Forex_Strategy_Builder.Data_Parser

Mostra file Open project: nuggett11/Forex-Strategy-Builder Class Usage Examples

Private Properties

Property Type Description
AnaliseInput int
ParseInput int

Public Methods

Method Description
Data_Parser ( string sInput ) : System

Analyses and parses an input string

Parse ( ) : int

Parses the input string

Private Methods

Method Description
AnaliseInput ( ) : int

Analyses the input file

ParseInput ( ) : int

Parses the input file

Method Details

Data_Parser() public method

Analyses 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