Class BTCTurkUserTransactions
java.lang.Object
org.knowm.xchange.btcturk.dto.account.BTCTurkUserTransactions
public class BTCTurkUserTransactions extends Object
- Author:
- mertguner
-
Constructor Summary
Constructors Constructor Description BTCTurkUserTransactions(String id, Date date, BTCTurkOperations operation, Currency currency, BigDecimal funds, BigDecimal amount, BigDecimal fee, BigDecimal tax, BigDecimal price)
-
Method Summary
Modifier and Type Method Description BigDecimal
getAmount()
Currency
getCurrency()
Date
getDate()
BigDecimal
getFee()
BigDecimal
getFunds()
String
getId()
BTCTurkOperations
getOperation()
BigDecimal
getPrice()
BigDecimal
getTax()
String
toString()
-
Constructor Details
-
BTCTurkUserTransactions
public BTCTurkUserTransactions(String id, Date date, BTCTurkOperations operation, Currency currency, BigDecimal funds, BigDecimal amount, BigDecimal fee, BigDecimal tax, BigDecimal price)
-
-
Method Details