This website requires JavaScript.
Explore
Help
Register
Sign In
gavindiaz
/
mtapi
Watch
1
Star
0
Fork
0
You've already forked mtapi
mirror of
https://github.com/vdemydiuk/mtapi.git
synced
2026-07-28 02:57:56 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dev_py
mtapi
/
MtApi
/
MtConnectionState.cs
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
11 lines
155 B
C#
Raw
Permalink
Normal View
History
Unescape
Escape
Refactored MtApi4 (MT4) for working with new architecture
2024-06-16 13:57:50 +03:00
namespace
MtApi
Added projects MtApi4 and MtApi5
2014-10-31 09:05:52 +02:00
{
public
enum
MtConnectionState
{
Updated enum of connection states for working with backtesting
2015-12-14 12:04:11 +02:00
Disconnected
,
Added projects MtApi4 and MtApi5
2014-10-31 09:05:52 +02:00
Connecting
,
Connected
,
Failed
}
}
Reference in New Issue
Copy Permalink