public class OrderBook
extends java.lang.Object
| Constructor and Description |
|---|
OrderBook(int instrumentId,
java.util.List<PriceQuantity> bids,
java.util.List<PriceQuantity> asks) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.List<PriceQuantity> |
getAsks() |
java.util.List<PriceQuantity> |
getBids() |
int |
getInstrumentId() |
int |
hashCode() |
java.lang.String |
toString() |
public OrderBook(int instrumentId,
java.util.List<PriceQuantity> bids,
java.util.List<PriceQuantity> asks)
public int getInstrumentId()
public java.util.List<PriceQuantity> getBids()
public java.util.List<PriceQuantity> getAsks()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object