Class CoinmateTradeHistory
- java.lang.Object
-
- org.knowm.xchange.coinmate.dto.CoinmateBaseResponse<ArrayList<CoinmateTradeHistoryEntry>>
-
- org.knowm.xchange.coinmate.dto.trade.CoinmateTradeHistory
-
public class CoinmateTradeHistory extends CoinmateBaseResponse<ArrayList<CoinmateTradeHistoryEntry>>
-
-
Constructor Summary
Constructors Constructor Description CoinmateTradeHistory(boolean error, String errorMessage, ArrayList<CoinmateTradeHistoryEntry> data)
-
-
-
Constructor Detail
-
CoinmateTradeHistory
public CoinmateTradeHistory(boolean error, String errorMessage, ArrayList<CoinmateTradeHistoryEntry> data)
-
-