Class BithumbOrderDetail.Contract
java.lang.Object
org.knowm.xchange.bithumb.dto.account.BithumbOrderDetail.Contract
- Enclosing class:
BithumbOrderDetail
-
Constructor Summary
ConstructorDescriptionContract
(Long transactionDate, BigDecimal price, BigDecimal units, String feeCurrency, BigDecimal fee, BigDecimal total) -
Method Summary
-
Constructor Details
-
Contract
public Contract(Long transactionDate, BigDecimal price, BigDecimal units, String feeCurrency, BigDecimal fee, BigDecimal total)
-
-
Method Details