Package org.knowm.xchange.hitbtc.v2.dto
Class HitbtcTransaction
java.lang.Object
org.knowm.xchange.hitbtc.v2.dto.HitbtcTransaction
-
Constructor Summary
ConstructorsConstructorDescriptionHitbtcTransaction
(String id, String index, String currency, BigDecimal amount, BigDecimal fee, BigDecimal networkFee, String address, String paymentId, String hash, String status, String type, Date createdAt, Date updatedAt) -
Method Summary
-
Constructor Details
-
HitbtcTransaction
public HitbtcTransaction(String id, String index, String currency, BigDecimal amount, BigDecimal fee, BigDecimal networkFee, String address, String paymentId, String hash, String status, String type, Date createdAt, Date updatedAt)
-
-
Method Details