C# Class Forex_Strategy_Trader.Data_Parser

Afficher le fichier Open project: MerlinBrasil/Forex-Strategy-Trader Class Usage Examples

Private Properties

Свойство Type Description
AnaliseInput int
ParseInput int

Méthodes publiques

Méthode Description
Data_Parser ( string sInput ) : System

Analyzes and parses an input string

Parse ( ) : int

Parses the input string

Private Methods

Méthode Description
AnaliseInput ( ) : int

Analyzes the input file

ParseInput ( ) : int

Parses the input file

Method Details

Data_Parser() public méthode

Analyzes and parses an input string
public Data_Parser ( string sInput ) : System
sInput string
Résultat System

Parse() public méthode

Parses the input string
public Parse ( ) : int
Résultat int