public DbIterator<Trade> getTrades(int from, int to) { return Trade.getAssetTrades(this.assetId, from, to); }
public DbIterator<Trade> getTrades(int from, int to) { return Trade.getAccountTrades(this.id, from, to); }