Uses of Class
org.knowm.xchange.cryptonit2.dto.trade.CryptonitOrderStatusResponse
-
Packages that use CryptonitOrderStatusResponse Package Description org.knowm.xchange.cryptonit2 org.knowm.xchange.cryptonit2.service -
-
Uses of CryptonitOrderStatusResponse in org.knowm.xchange.cryptonit2
Methods in org.knowm.xchange.cryptonit2 that return CryptonitOrderStatusResponse Modifier and Type Method Description CryptonitOrderStatusResponseCryptonitAuthenticated. getOrderStatus(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, long orderId)Methods in org.knowm.xchange.cryptonit2 with parameters of type CryptonitOrderStatusResponse Modifier and Type Method Description static CryptonitGenericOrderCryptonitAdapters. adaptOrder(String orderId, CryptonitOrderStatusResponse cryptonitOrderStatusResponse)There is no method to discern market versus limit order type - so this returns a generic CryptonitGenericOrder as a status -
Uses of CryptonitOrderStatusResponse in org.knowm.xchange.cryptonit2.service
Methods in org.knowm.xchange.cryptonit2.service that return CryptonitOrderStatusResponse Modifier and Type Method Description CryptonitOrderStatusResponseCryptonitTradeServiceRaw. getCryptonitOrder(Long orderId)
-