public class OrderBook extends Object
OrderBook(List<Order> bids, List<Order> asks)
List<Order>
getAsks()
getBids()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public OrderBook(List<Order> bids, List<Order> asks)
public List<Order> getBids()
public List<Order> getAsks()
public String toString()
toString
Object
Copyright © 2019. All rights reserved.