namespace MtApi { public enum OrderSelectSource { MODE_TRADES = 0, MODE_HISTORY = 1 } }