using System; namespace sharp.trading { public enum OrderType { BUY, SELL, UNKOWN } }