Class KrakenDepthResult
java.lang.Object
org.knowm.xchange.kraken.dto.KrakenResult<Map<String,KrakenDepth>>
org.knowm.xchange.kraken.dto.marketdata.results.KrakenDepthResult
public class KrakenDepthResult extends KrakenResult<Map<String,KrakenDepth>>
- Author:
- Raphael Voellmy
-
Constructor Summary
Constructors Constructor Description KrakenDepthResult(String[] error, Map<String,KrakenDepth> result)
Constructor -
Method Summary
Methods inherited from class org.knowm.xchange.kraken.dto.KrakenResult
getError, getResult, isSuccess, toString
-
Constructor Details
-
KrakenDepthResult
Constructor- Parameters:
error
- array of string error messagesresult
- the returned depths
-