|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |