namespace KLHZ.Trader.Core.DataLayer.Entities.Trades { public enum TradeDirection { Unknown = 0, Buy = 1, Sell = 2 } }