Uses of Class
org.knowm.xchange.lgo.dto.LgoException
Packages that use LgoException
-
Uses of LgoException in org.knowm.xchange.lgo
Methods in org.knowm.xchange.lgo with parameters of type LgoExceptionModifier and TypeMethodDescriptionstatic ExchangeException
LgoErrorAdapter.adapt
(LgoException exception) Methods in org.knowm.xchange.lgo that throw LgoExceptionModifier and TypeMethodDescriptionLgo.getCurrencies
(long timestamp, si.mazi.rescu.ParamsDigest signature) Lgo.getLastTrades
(long timestamp, si.mazi.rescu.ParamsDigest signature, String productId, int maxResults, String page, String sort) Lgo.getOrderBook
(long timestamp, si.mazi.rescu.ParamsDigest signature, String productId) Lgo.getPriceHistory
(long timestamp, si.mazi.rescu.ParamsDigest signature, String productId, String startTime, String endTime, int granularity) Lgo.getProducts
(long timestamp, si.mazi.rescu.ParamsDigest signature) Lgo.placeEncryptedOrder
(LgoEncryptedOrder placeOrder, long timestamp, si.mazi.rescu.ParamsDigest signature) Lgo.placeUnencryptedCancelOrder
(long timestamp, si.mazi.rescu.ParamsDigest signature, String orderId) Lgo.placeUnencryptedOrder
(LgoUnencryptedOrder placeOrder, long timestamp, si.mazi.rescu.ParamsDigest signature) -
Uses of LgoException in org.knowm.xchange.lgo.service
Methods in org.knowm.xchange.lgo.service that throw LgoExceptionModifier and TypeMethodDescriptionprotected WithCursor<LgoUserTrades>
LgoTradeServiceRaw.getLastTrades
(CurrencyPair productId, Integer maxResults, String page, TradeHistoryParamsSorted.Order sort) protected String
LgoTradeServiceRaw.placeLgoEncryptedOrder
(LgoEncryptedOrder lgoEncryptedOrder) protected String
LgoTradeServiceRaw.placeLgoUnencryptedCancelOrder
(String orderId) protected String
LgoTradeServiceRaw.placeLgoUnencryptedOrder
(LgoUnencryptedOrder order)