public interface OrderBook
extends java.io.Serializable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
OrderBook.Offer |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<OrderBook.Offer> |
getAsks() |
java.util.List<OrderBook.Offer> |
getBids() |
java.util.List<OrderBook.Offer> getBids()
java.util.List<OrderBook.Offer> getAsks()