mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-07-27 18:47:55 +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
|
||||
{
|
||||
Disconnected,
|
||||
Connecting,
|
||||
Connected,
|
||||
Disconnected,
|
||||
Failed
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user