Files
mtapi/MtApi/MtEventTypes.cs

8 lines
95 B
C#

namespace MtApi
{
public enum MtEventTypes
{
LastTimeBar = 1
}
}