mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-08 00:17:49 +00:00
10 lines
154 B
C#
10 lines
154 B
C#
|
|
namespace MtApi.Events
|
||
|
|
{
|
||
|
|
public enum MtEventTypes
|
||
|
|
{
|
||
|
|
LastTimeBar = 1,
|
||
|
|
ChartEvent = 2,
|
||
|
|
OnLockTicks = 3
|
||
|
|
}
|
||
|
|
}
|