Uses of Class
org.knowm.xchange.cobinhood.dto.CobinhoodResponse
| Package | Description |
|---|---|
| org.knowm.xchange.cobinhood | |
| org.knowm.xchange.cobinhood.service |
-
Uses of CobinhoodResponse in org.knowm.xchange.cobinhood
Methods in org.knowm.xchange.cobinhood that return CobinhoodResponse Modifier and Type Method Description CobinhoodResponse<Void>CobinhoodAuthenticated. cancelOrder(String apiKey, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String orderId)CobinhoodResponse<CobinhoodCurrencies>Cobinhood. currencies()Retrieves a list of all currencies.CobinhoodResponse<CobinhoodOrders>CobinhoodAuthenticated. getAllOrders(String apiKey, String pair, Integer limit)CobinhoodResponse<CobinhoodCoinBalances>CobinhoodAuthenticated. getBalances(String apiKey)CobinhoodResponse<CobinhoodOrderBook.Container>Cobinhood. orders(String symbol, Integer limit)The call for order booksCobinhoodResponse<CobinhoodOrder.Container>CobinhoodAuthenticated. placeOrder(String apiKey, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, CobinhoodPlaceOrderRequest placeOrderRequest)Places a limit order.CobinhoodResponse<CobinhoodTickers>Cobinhood. tick()Retrieves all tickers.CobinhoodResponse<CobinhoodTicker.Container>Cobinhood. tick(String symbol)Retrieves a ticker.CobinhoodResponse<CobinhoodTrades>Cobinhood. trades(String symbol, Integer limit)The call for recent tradesCobinhoodResponse<CobinhoodTradingPairs>Cobinhood. tradingPairs()Retrieves a list of all trading pairs.Methods in org.knowm.xchange.cobinhood with parameters of type CobinhoodResponse Modifier and Type Method Description static OrderBookCobinhoodAdapters. adaptOrderBook(CobinhoodResponse<CobinhoodOrderBook.Container> response, CurrencyPair currencyPair) -
Uses of CobinhoodResponse in org.knowm.xchange.cobinhood.service
Methods in org.knowm.xchange.cobinhood.service with parameters of type CobinhoodResponse Modifier and Type Method Description static <D> CobinhoodResponse<D>CobinhoodMarketDataServiceRaw. checkSuccess(CobinhoodResponse<D> response)