mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-08 08:27:50 +00:00
Added projects MtApi4 and MtApi5
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace MtApi
|
||||
{
|
||||
public enum OrderSelectSource
|
||||
{
|
||||
MODE_TRADES = 0,
|
||||
MODE_HISTORY = 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user