public class BitstampTransaction extends Object
Constructor and Description |
---|
BitstampTransaction(long date,
int tid,
BigDecimal price,
BigDecimal amount)
Constructor
|
Modifier and Type | Method and Description |
---|---|
BigDecimal |
calculateFeeBtc() |
BigDecimal |
calculateFeeUsd() |
BigDecimal |
getAmount() |
long |
getDate() |
BigDecimal |
getPrice() |
int |
getTid() |
String |
toString() |
public BitstampTransaction(long 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 long getDate()
public BigDecimal calculateFeeBtc()
public BigDecimal calculateFeeUsd()
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.