public class KrakenPublicOrder extends Object
Constructor and Description |
---|
KrakenPublicOrder(BigDecimal price,
BigDecimal volume,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getPrice() |
long |
getTimestamp() |
BigDecimal |
getVolume() |
String |
toString() |
public KrakenPublicOrder(BigDecimal price, BigDecimal volume, long timestamp)
public BigDecimal getPrice()
public BigDecimal getVolume()
public long getTimestamp()
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.