Class BitstampTransaction
java.lang.Object
org.knowm.xchange.bitstamp.dto.marketdata.BitstampTransaction
- Direct Known Subclasses:
BitstampWebSocketTransaction
public class BitstampTransaction extends Object
- Author:
- Matija Mazi
-
Constructor Summary
Constructors Constructor Description BitstampTransaction(long date, long tid, BigDecimal price, BigDecimal amount, int type)
Constructor -
Method Summary
Modifier and Type Method Description BigDecimal
getAmount()
long
getDate()
BigDecimal
getPrice()
long
getTid()
int
getType()
String
toString()
-
Constructor Details
-
BitstampTransaction
Constructor- Parameters:
date
- Unix timestamp date and timetid
- Transaction idprice
- BTC priceamount
- BTC amount
-
-
Method Details