Uses of Class
org.knowm.xchange.cryptonit2.CryptonitV2.Pair
-
Packages that use CryptonitV2.Pair Package Description org.knowm.xchange.cryptonit2 -
-
Uses of CryptonitV2.Pair in org.knowm.xchange.cryptonit2
Methods in org.knowm.xchange.cryptonit2 with parameters of type CryptonitV2.Pair Modifier and Type Method Description CryptonitOrder[]CryptonitAuthenticatedV2. getOpenOrders(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, CryptonitV2.Pair pair)CryptonitOrderBookCryptonitV2. getOrderBook(CryptonitV2.Pair pair)CryptonitTickerCryptonitV2. getTicker(CryptonitV2.Pair pair)CryptonitTransaction[]CryptonitV2. getTransactions(CryptonitV2.Pair pair, CryptonitMarketDataServiceRaw.CryptonitTime time)Returns descending list of transactions.CryptonitUserTransaction[]CryptonitAuthenticatedV2. getUserTransactions(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, CryptonitV2.Pair pair, Long numberOfTransactions, Long offset, String sort)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)
-