Class BitstampTransaction
java.lang.Object
org.knowm.xchange.bitstamp.dto.marketdata.BitstampTransaction
- Author:
- Matija Mazi
-
Constructor Summary
ConstructorsConstructorDescriptionBitstampTransaction(long date, long tid, BigDecimal price, BigDecimal amount, int type) Constructor -
Method Summary
-
Constructor Details
-
BitstampTransaction
Constructor- Parameters:
date- Unix timestamp date and timetid- Transaction idprice- BTC priceamount- BTC amount
-
-
Method Details