public class CoinfloorTransaction extends Object
| Constructor and Description |
|---|
CoinfloorTransaction(long date,
long tid,
BigDecimal price,
BigDecimal amount) |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmount() |
long |
getDate()
Trade timestamp as seconds since the epoch.
|
BigDecimal |
getPrice() |
long |
getTid() |
String |
toString() |
public CoinfloorTransaction(long date,
long tid,
BigDecimal price,
BigDecimal amount)
date - Seconds since epochtid - Transaction idprice - priceamount - amountpublic long getTid()
public BigDecimal getPrice()
public BigDecimal getAmount()
public long getDate()
Copyright © 2012–2018 Knowm Inc.. All rights reserved.