Uses of Class
org.knowm.xchange.dvchain.dto.DVChainException
-
Packages that use DVChainException Package Description org.knowm.xchange.dvchain org.knowm.xchange.dvchain.service -
-
Uses of DVChainException in org.knowm.xchange.dvchain
Methods in org.knowm.xchange.dvchain that throw DVChainException Modifier and Type Method Description String
DVChain. cancelOrder(String tradeId, String apiKey)
DVChainMarketResponse
DVChain. getPrices(String apiKey)
DVChainTradesResponse
DVChain. getTrades(String apiKey, String nocache, String cache)
DVChainTrade
DVChain. placeLimitOrder(DVChainNewLimitOrder newOrder, String apiKey)
DVChainTrade
DVChain. placeMarketOrder(DVChainNewMarketOrder newOrder, String apiKey)
-
Uses of DVChainException in org.knowm.xchange.dvchain.service
Methods in org.knowm.xchange.dvchain.service with parameters of type DVChainException Modifier and Type Method Description protected ExchangeException
DVChainBaseService. handleException(DVChainException exception)
-