public class OrderBookEntry extends Object
| Constructor and Description |
|---|
OrderBookEntry() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getPrice() |
BigDecimal |
getQty() |
void |
setPrice(BigDecimal price) |
void |
setQty(BigDecimal qty) |
String |
toString() |
public BigDecimal getPrice()
public void setPrice(BigDecimal price)
public BigDecimal getQty()
public void setQty(BigDecimal qty)
Copyright © 2021. All rights reserved.