mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-16 20:28:09 +00:00
Added projects MtApi4 and MtApi5
This commit is contained in:
Executable
+17
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace MtApi
|
||||
{
|
||||
public enum SeriesIdentifier
|
||||
{
|
||||
MODE_OPEN = 0,
|
||||
MODE_LOW = 1,
|
||||
MODE_HIGH = 2,
|
||||
MODE_CLOSE = 3,
|
||||
MODE_VOLUME = 4,
|
||||
MODE_TIME = 5
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user