public class TaurusTransaction extends Object
Constructor and Description |
---|
TaurusTransaction(Date date,
int tid,
BigDecimal price,
BigDecimal amount)
Constructor
|
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAmount() |
Date |
getDate() |
BigDecimal |
getPrice() |
int |
getTid() |
String |
toString() |
public TaurusTransaction(Date date, int tid, BigDecimal price, BigDecimal amount)
date
- Unix timestamp date and timetid
- Transaction idprice
- BTC priceamount
- BTC amountpublic int getTid()
public BigDecimal getPrice()
public BigDecimal getAmount()
public Date getDate()
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.