Uses of Class
net.sf.emarket.trade.domain.PriceDepth

Packages that use PriceDepth
net.sf.emarket.trade.domain   
 

Uses of PriceDepth in net.sf.emarket.trade.domain
 

Methods in net.sf.emarket.trade.domain that return types with arguments of type PriceDepth
 java.util.List<PriceDepth> OrderBook.getBuyPriceDepths(int level)
           
 java.util.List<PriceDepth> MarketDepth.getBuys()
           
 java.util.List<PriceDepth> OrderBook.getSellPriceDepths(int level)
           
 java.util.List<PriceDepth> MarketDepth.getSells()
           
 

Method parameters in net.sf.emarket.trade.domain with type arguments of type PriceDepth
 void MarketDepth.setBuys(java.util.List<PriceDepth> buys)
           
 void MarketDepth.setSells(java.util.List<PriceDepth> sells)
           
 



Copyright © 2009. All Rights Reserved.