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