Class CoinbaseBuySell
java.lang.Object
org.knowm.xchange.coinbase.v2.dto.account.transactions.CoinbaseBuySell
-
Constructor Summary
ConstructorDescriptionCoinbaseBuySell
(String id, String status, CoinbaseBuySellResourceField paymentMethod, CoinbaseBuySellResourceField transaction, CoinbaseAmount amount, CoinbaseAmount total, CoinbaseAmount subTotal, String createdAt, String updatedAt, String resource, String resourcePath, boolean committed, boolean instant, CoinbaseAmount fee, String payoutAt) -
Method Summary
-
Constructor Details
-
CoinbaseBuySell
public CoinbaseBuySell(String id, String status, CoinbaseBuySellResourceField paymentMethod, CoinbaseBuySellResourceField transaction, CoinbaseAmount amount, CoinbaseAmount total, CoinbaseAmount subTotal, String createdAt, String updatedAt, String resource, String resourcePath, boolean committed, boolean instant, CoinbaseAmount fee, String payoutAt)
-
-
Method Details