public class OrderBook extends Object
Modifier and Type | Method and Description |
---|---|
List<AmountAndPrice> |
getAsks() |
List<AmountAndPrice> |
getBids() |
public List<AmountAndPrice> getBids()
public List<AmountAndPrice> getAsks()
Copyright © 2019. All rights reserved.