Class BithumbUserTransaction
java.lang.Object
org.knowm.xchange.bithumb.dto.trade.BithumbUserTransaction
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBithumbUserTransaction
(String search, Long transferDate, String orderCurrency, String paymentCurrency, String units, BigDecimal price, BigDecimal amount, BigDecimal fee, String feeCurrency, BigDecimal orderBalance, BigDecimal paymentBalance) -
Method Summary
-
Field Details
-
SEARCH_BUY
- See Also:
-
SEARCH_SELL
- See Also:
-
-
Constructor Details
-
BithumbUserTransaction
public BithumbUserTransaction(String search, Long transferDate, String orderCurrency, String paymentCurrency, String units, BigDecimal price, BigDecimal amount, BigDecimal fee, String feeCurrency, BigDecimal orderBalance, BigDecimal paymentBalance)
-
-
Method Details