C# 클래스 Forex_Strategy_Trader.Configs

파일 보기 프로젝트 열기: MerlinBrasil/Forex-Strategy-Trader 1 사용 예제들

공개 메소드들

메소드 설명
LoadConfigs ( ) : void

Loads the config file

ResetParams ( ) : void

Sets the params to its default value

SaveConfigs ( ) : void

Saves the config file

비공개 메소드들

메소드 설명
ConfigAfterLoading ( ) : void

Sets params after loading config file.

Configs ( ) : System

Public constructor

ParseConfigs ( ) : void

Parses the config file

메소드 상세

LoadConfigs() 공개 정적인 메소드

Loads the config file
public static LoadConfigs ( ) : void
리턴 void

ResetParams() 공개 정적인 메소드

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

SaveConfigs() 공개 정적인 메소드

Saves the config file
public static SaveConfigs ( ) : void
리턴 void