This website requires JavaScript.
Explore
Help
Register
Sign In
gavindiaz
/
mtapi
Watch
1
Star
0
Fork
0
mirror of
https://github.com/vdemydiuk/mtapi.git
synced
2026-08-13 10:48:08 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9f4a247048b9c2446f5810cd1a7234d1976fbe8d
mtapi
/
MtApi
/
OrderSelectMode.cs
T
9 lines
131 B
C#
Raw
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
OrderSelectMode
{
SELECT_BY_POS
=
0
,
SELECT_BY_TICKET
=
1
}
}
Reference in New Issue
Copy Permalink