mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-07-28 02:57:56 +00:00
8 lines
248 B
C#
Executable File
8 lines
248 B
C#
Executable File
namespace MtApi
|
|
{
|
|
// https://docs.mql4.com/constants/environment_state/terminalstatus#enum_terminal_info_double
|
|
public enum EnumTerminalInfoDouble
|
|
{
|
|
TERMINAL_COMMUNITY_BALANCE = 25 // Balance in MQL5.community
|
|
}
|
|
} |