609160926093609460956096609760986099
*/ public TradeList getSellList() { if (_sellList == null) { _sellList = new TradeList(this); } return _sellList; }
610461056106610761086109611061116112
*/ public TradeList getBuyList() { if (_buyList == null) { _buyList = new TradeList(this); } return _buyList; }