internal void InsertSellTS(TSOrder ts_order) { SellTSs.Add(ts_order); }
internal void InsertBuyTS(TSOrder ts_order) { BuyTSs.Add(ts_order); }