Updated enum of connection states for working with backtesting

This commit is contained in:
vdemydiuk
2015-12-14 12:04:11 +02:00
parent 2d6a0f7b35
commit ae4b884908
+1 -1
View File
@@ -7,9 +7,9 @@ namespace MtApi
{
public enum MtConnectionState
{
Disconnected,
Connecting,
Connected,
Disconnected,
Failed
}
}