mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-07-28 02:57:56 +00:00
9 lines
121 B
C#
9 lines
121 B
C#
namespace MtApi
|
|
{
|
|
public enum MtEventTypes
|
|
{
|
|
LastTimeBar = 1,
|
|
ChartEvent = 2
|
|
}
|
|
}
|