mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-07-27 18:47:55 +00:00
10 lines
155 B
C#
Executable File
10 lines
155 B
C#
Executable File
namespace MtApi5
|
|
{
|
|
public enum Mt5ConnectionState
|
|
{
|
|
Connecting,
|
|
Connected,
|
|
Disconnected,
|
|
Failed
|
|
}
|
|
} |