mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-01 13:07:52 +00:00
8 lines
248 B
C#
8 lines
248 B
C#
|
|
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
|
||
|
|
}
|
||
|
|
}
|