Uses of Class
org.knowm.xchange.cryptonit2.dto.trade.CryptonitOrder
-
Packages that use CryptonitOrder Package Description org.knowm.xchange.cryptonit2 org.knowm.xchange.cryptonit2.service -
-
Uses of CryptonitOrder in org.knowm.xchange.cryptonit2
Methods in org.knowm.xchange.cryptonit2 that return CryptonitOrder Modifier and Type Method Description CryptonitOrder[]CryptonitAuthenticatedV2. getOpenOrders(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, CryptonitV2.Pair pair)CryptonitOrderCryptonitAuthenticatedV2. placeMarketOrder(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, CryptonitAuthenticatedV2.Side side, CryptonitV2.Pair pair, BigDecimal amount)CryptonitOrderCryptonitAuthenticatedV2. placeOrder(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, CryptonitAuthenticatedV2.Side side, CryptonitV2.Pair pair, BigDecimal amount, BigDecimal price) -
Uses of CryptonitOrder in org.knowm.xchange.cryptonit2.service
Methods in org.knowm.xchange.cryptonit2.service that return CryptonitOrder Modifier and Type Method Description CryptonitOrder[]CryptonitTradeServiceRaw. getCryptonitOpenOrders(org.knowm.xchange.currency.CurrencyPair pair)CryptonitOrderCryptonitTradeServiceRaw. placeCryptonitMarketOrder(org.knowm.xchange.currency.CurrencyPair pair, CryptonitAuthenticatedV2.Side side, BigDecimal originalAmount)CryptonitOrderCryptonitTradeServiceRaw. placeCryptonitOrder(org.knowm.xchange.currency.CurrencyPair pair, CryptonitAuthenticatedV2.Side side, BigDecimal originalAmount, BigDecimal price)
-