}
public static TradeListMarket getMarketTradeList(String serverID, String marketID) {
TradeListMarket tradeListMarket = null;
Storable storable = null;
if (otapi.Exists("markets", serverID, "recent", marketID + ".bin")) {
storable = otapi.QueryObject(StoredObjectType.STORED_OBJ_TRADE_LIST_MARKET, "markets", serverID, "recent", marketID + ".bin");
if (storable == null) {
return null;
}