public class OrderBookOrder extends Object
Constructor and Description |
---|
OrderBookOrder(String orderType,
BigDecimal price,
BigDecimal volume) |
Modifier and Type | Method and Description |
---|---|
String |
getOrderType() |
BigDecimal |
getPrice() |
BigDecimal |
getVolume() |
String |
toString() |
public OrderBookOrder(String orderType, BigDecimal price, BigDecimal volume)
public String getOrderType()
public BigDecimal getPrice()
public BigDecimal getVolume()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.