C# Class Forex_Strategy_Trader.Configs

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

Méthodes publiques

Méthode Description
LoadConfigs ( ) : void

Loads the config file

ResetParams ( ) : void

Sets the params to its default value

SaveConfigs ( ) : void

Saves the config file

Private Methods

Méthode Description
ConfigAfterLoading ( ) : void

Sets params after loading config file.

Configs ( ) : System

Public constructor

ParseConfigs ( ) : void

Parses the config file

Method Details

LoadConfigs() public static méthode

Loads the config file
public static LoadConfigs ( ) : void
Résultat void

ResetParams() public static méthode

Sets the params to its default value
public static ResetParams ( ) : void
Résultat void

SaveConfigs() public static méthode

Saves the config file
public static SaveConfigs ( ) : void
Résultat void