Uses of Class
org.knowm.xchange.livecoin.dto.trade.LivecoinOrderResponse
Packages that use LivecoinOrderResponse
-
Uses of LivecoinOrderResponse in org.knowm.xchange.livecoin
Methods in org.knowm.xchange.livecoin that return LivecoinOrderResponseModifier and TypeMethodDescriptionLivecoin.buyWithLimitOrder
(String apiKey, LivecoinDigest signatureCreator, String currencyPair, BigDecimal price, BigDecimal quantity) Livecoin.buyWithMarketOrder
(String apiKey, LivecoinDigest signatureCreator, String currencyPair, BigDecimal quantity) Livecoin.sellWithLimitOrder
(String apiKey, LivecoinDigest signatureCreator, String currencyPair, BigDecimal price, BigDecimal quantity) Livecoin.sellWithMarketOrder
(String apiKey, LivecoinDigest signatureCreator, String currencyPair, BigDecimal quantity)