C# Class Forex_Strategy_Trader.Configs

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

Public Methods

Method Description
LoadConfigs ( ) : void

Loads the config file

ResetParams ( ) : void

Sets the params to its default value

SaveConfigs ( ) : void

Saves the config file

Private Methods

Method Description
ConfigAfterLoading ( ) : void

Sets params after loading config file.

Configs ( ) : System

Public constructor

ParseConfigs ( ) : void

Parses the config file

Method Details

LoadConfigs() public static method

Loads the config file
public static LoadConfigs ( ) : void
return void

ResetParams() public static method

Sets the params to its default value
public static ResetParams ( ) : void
return void

SaveConfigs() public static method

Saves the config file
public static SaveConfigs ( ) : void
return void