mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-16 20:28:09 +00:00
Updated enum of connection states for working with backtesting
This commit is contained in:
@@ -7,9 +7,9 @@ namespace MtApi
|
|||||||
{
|
{
|
||||||
public enum MtConnectionState
|
public enum MtConnectionState
|
||||||
{
|
{
|
||||||
|
Disconnected,
|
||||||
Connecting,
|
Connecting,
|
||||||
Connected,
|
Connected,
|
||||||
Disconnected,
|
|
||||||
Failed
|
Failed
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user