Files
mtapi/MtApi/MtEventTypes.cs
T

8 lines
95 B
C#
Raw Normal View History

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