Class BTCMarketsWithdrawCryptoResponse
java.lang.Object
org.knowm.xchange.btcmarkets.dto.BTCMarketsBaseResponse
org.knowm.xchange.btcmarkets.dto.trade.BTCMarketsWithdrawCryptoResponse
-
Field Summary
Modifier and TypeFieldDescriptionfinal BigDecimal
final Long
final String
final String
final BigDecimal
final String
final String
-
Constructor Summary
ConstructorDescriptionBTCMarketsWithdrawCryptoResponse
(Boolean success, String errorMessage, Integer errorCode, String status, String fundTransferId, String description, String currency, BigDecimal amount, BigDecimal fee, Long creationTime) -
Method Summary
Methods inherited from class org.knowm.xchange.btcmarkets.dto.BTCMarketsBaseResponse
getErrorCode, getErrorMessage, getSuccess, toString
-
Field Details
-
status
-
fundTransferId
-
description
-
currency
-
amount
-
fee
-
creationTime
-
-
Constructor Details
-
BTCMarketsWithdrawCryptoResponse
public BTCMarketsWithdrawCryptoResponse(Boolean success, String errorMessage, Integer errorCode, String status, String fundTransferId, String description, String currency, BigDecimal amount, BigDecimal fee, Long creationTime)
-