public class BTCCentralMarketOrder extends Object
Constructor and Description |
---|
BTCCentralMarketOrder(String currency,
long timestamp,
BigDecimal price,
BigDecimal amount) |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAmount() |
String |
getCurrency() |
BigDecimal |
getPrice() |
long |
getTimestamp() |
String |
toString() |
public BTCCentralMarketOrder(String currency, long timestamp, BigDecimal price, BigDecimal amount)
public String getCurrency()
public long getTimestamp()
public BigDecimal getPrice()
public BigDecimal getAmount()
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.