Class CoinmateTransactionsEntry
java.lang.Object
org.knowm.xchange.coinmate.dto.marketdata.CoinmateTransactionsEntry
- Author:
- Martin Stachon
-
Constructor Summary
ConstructorsConstructorDescriptionCoinmateTransactionsEntry
(long timestamp, String transactionId, BigDecimal price, BigDecimal amount, String currencyPair, String type) -
Method Summary
-
Constructor Details
-
CoinmateTransactionsEntry
public CoinmateTransactionsEntry(long timestamp, String transactionId, BigDecimal price, BigDecimal amount, String currencyPair, String type)
-
-
Method Details
-
getTimestamp
public long getTimestamp() -
getTransactionId
-
getPrice
-
getAmount
-
getCurrencyPair
-
getType
-