public class BitcoindeTrade extends Object
| Constructor and Description |
|---|
BitcoindeTrade(long tid,
BigDecimal price,
String amount,
long date)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAmount() |
long |
getDate() |
BigDecimal |
getPrice() |
long |
getTid() |
String |
toString() |
public BitcoindeTrade(long tid,
BigDecimal price,
String amount,
long date)
tid - price - amount - date - public long getTid()
public BigDecimal getPrice()
public String getAmount()
public long getDate()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.