Uses of Class
org.knowm.xchange.bitstamp.dto.trade.BitstampOrderStatusResponse
Packages that use BitstampOrderStatusResponse
-
Uses of BitstampOrderStatusResponse in org.knowm.xchange.bitstamp
Methods in org.knowm.xchange.bitstamp that return BitstampOrderStatusResponseModifier and TypeMethodDescriptionBitstampAuthenticatedV2.getOrderStatus
(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<String> nonce, si.mazi.rescu.SynchronizedValueFactory<String> timeStamp, String version, long orderId) Methods in org.knowm.xchange.bitstamp with parameters of type BitstampOrderStatusResponseModifier and TypeMethodDescriptionstatic BitstampGenericOrder
BitstampAdapters.adaptOrder
(String orderId, BitstampOrderStatusResponse bitstampOrderStatusResponse, List<Instrument> exchangeSymbols) There is no method to discern market versus limit order type - so this returns a generic BitstampGenericOrder as a status -
Uses of BitstampOrderStatusResponse in org.knowm.xchange.bitstamp.service
Methods in org.knowm.xchange.bitstamp.service that return BitstampOrderStatusResponse