public class CoinmateOpenOrdersEntry extends Object
Constructor and Description |
---|
CoinmateOpenOrdersEntry(long id,
long timestamp,
String type,
BigDecimal price,
BigDecimal amount) |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAmount() |
long |
getId() |
BigDecimal |
getPrice() |
long |
getTimestamp() |
String |
getType() |
public CoinmateOpenOrdersEntry(long id, long timestamp, String type, BigDecimal price, BigDecimal amount)
public long getId()
public long getTimestamp()
public String getType()
public BigDecimal getPrice()
public BigDecimal getAmount()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.