using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace MtApi { public enum OrderSelectSource { MODE_TRADES = 0, MODE_HISTORY = 1 } }