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