Class CryptonitTransaction
- java.lang.Object
-
- org.knowm.xchange.cryptonit2.dto.marketdata.CryptonitTransaction
-
public class CryptonitTransaction extends Object
- Author:
- Matija Mazi
-
-
Constructor Summary
Constructors Constructor Description CryptonitTransaction(long date, int tid, BigDecimal price, BigDecimal amount, int type)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimalgetAmount()longgetDate()BigDecimalgetPrice()intgetTid()intgetType()StringtoString()
-
-
-
Constructor Detail
-
CryptonitTransaction
public CryptonitTransaction(long date, int tid, BigDecimal price, BigDecimal amount, int type)Constructor- Parameters:
date- Unix timestamp date and timetid- Transaction idprice- BTC priceamount- BTC amount
-
-
Method Detail
-
getTid
public int getTid()
-
getPrice
public BigDecimal getPrice()
-
getAmount
public BigDecimal getAmount()
-
getDate
public long getDate()
-
getType
public int getType()
-
-