Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- adapt(CoindealException) - Static method in class org.knowm.xchange.coindeal.CoindealErrorAdapter
- adaptCurrencyPairToString(CurrencyPair) - Static method in class org.knowm.xchange.coindeal.CoindealAdapters
- adaptOrder(CoindealOrder) - Static method in class org.knowm.xchange.coindeal.CoindealAdapters
- adaptOrderBook(CoindealOrderBook, CurrencyPair) - Static method in class org.knowm.xchange.coindeal.CoindealAdapters
- adaptOrderType(String) - Static method in class org.knowm.xchange.coindeal.CoindealAdapters
- adaptOrderType(Order.OrderType) - Static method in class org.knowm.xchange.coindeal.CoindealAdapters
- adaptToAccountInfo(List<CoindealBalance>) - Static method in class org.knowm.xchange.coindeal.CoindealAdapters
- adaptToOpenOrders(List<CoindealOrder>) - Static method in class org.knowm.xchange.coindeal.CoindealAdapters
- adaptToUserTrades(List<CoindealTradeHistory>) - Static method in class org.knowm.xchange.coindeal.CoindealAdapters
B
- basicAuthentication - Variable in class org.knowm.xchange.coindeal.service.CoindealBaseService
C
- cancelCoindealOrderById(String) - Method in class org.knowm.xchange.coindeal.service.CoindealTradeServiceRaw
- cancelCoindealOrders(CurrencyPair) - Method in class org.knowm.xchange.coindeal.service.CoindealTradeServiceRaw
- cancelOrder(String) - Method in class org.knowm.xchange.coindeal.service.CoindealTradeService
- cancelOrderById(ParamsDigest, String) - Method in interface org.knowm.xchange.coindeal.CoindealAuthenticated
- cancelOrders(ParamsDigest, String) - Method in interface org.knowm.xchange.coindeal.CoindealAuthenticated
- coindeal - Variable in class org.knowm.xchange.coindeal.service.CoindealBaseService
- Coindeal - Interface in org.knowm.xchange.coindeal
- CoindealAccountService - Class in org.knowm.xchange.coindeal.service
- CoindealAccountService(Exchange) - Constructor for class org.knowm.xchange.coindeal.service.CoindealAccountService
- CoindealAccountServiceRaw - Class in org.knowm.xchange.coindeal.service
- CoindealAccountServiceRaw(Exchange) - Constructor for class org.knowm.xchange.coindeal.service.CoindealAccountServiceRaw
- CoindealAdapters - Class in org.knowm.xchange.coindeal
- CoindealAdapters() - Constructor for class org.knowm.xchange.coindeal.CoindealAdapters
- CoindealAuthenticated - Interface in org.knowm.xchange.coindeal
- CoindealBalance - Class in org.knowm.xchange.coindeal.dto.account
- CoindealBalance(String, BigDecimal, BigDecimal) - Constructor for class org.knowm.xchange.coindeal.dto.account.CoindealBalance
- CoindealBaseService - Class in org.knowm.xchange.coindeal.service
- CoindealBaseService(Exchange) - Constructor for class org.knowm.xchange.coindeal.service.CoindealBaseService
- CoindealDigest - Class in org.knowm.xchange.coindeal.service
- CoindealErrorAdapter - Class in org.knowm.xchange.coindeal
- CoindealException - Exception in org.knowm.xchange.coindeal.dto
-
CoinDeal API exception
- CoindealException() - Constructor for exception org.knowm.xchange.coindeal.dto.CoindealException
- CoindealExchange - Class in org.knowm.xchange.coindeal
- CoindealExchange() - Constructor for class org.knowm.xchange.coindeal.CoindealExchange
- CoindealMarketDataService - Class in org.knowm.xchange.coindeal.service
- CoindealMarketDataService(Exchange) - Constructor for class org.knowm.xchange.coindeal.service.CoindealMarketDataService
- CoindealMarketDataServiceRaw - Class in org.knowm.xchange.coindeal.service
- CoindealMarketDataServiceRaw(Exchange) - Constructor for class org.knowm.xchange.coindeal.service.CoindealMarketDataServiceRaw
- CoindealOrder - Class in org.knowm.xchange.coindeal.dto.trade
- CoindealOrder(String, String, String, String, String, BigDecimal, BigDecimal, BigDecimal, String, String, BigDecimal, String) - Constructor for class org.knowm.xchange.coindeal.dto.trade.CoindealOrder
- CoindealOrderBook - Class in org.knowm.xchange.coindeal.dto.marketdata
- CoindealOrderBook(List<CoindealOrderBookEntry>, List<CoindealOrderBookEntry>) - Constructor for class org.knowm.xchange.coindeal.dto.marketdata.CoindealOrderBook
- CoindealOrderBookEntry - Class in org.knowm.xchange.coindeal.dto.marketdata
- CoindealOrderBookEntry(BigDecimal, BigDecimal) - Constructor for class org.knowm.xchange.coindeal.dto.marketdata.CoindealOrderBookEntry
- CoindealTradeHistory - Class in org.knowm.xchange.coindeal.dto.trade
- CoindealTradeHistory(String, String, String, String, String, BigDecimal, BigDecimal, BigDecimal, String) - Constructor for class org.knowm.xchange.coindeal.dto.trade.CoindealTradeHistory
- CoindealTradeService - Class in org.knowm.xchange.coindeal.service
- CoindealTradeService(Exchange) - Constructor for class org.knowm.xchange.coindeal.service.CoindealTradeService
- CoindealTradeServiceRaw - Class in org.knowm.xchange.coindeal.service
- CoindealTradeServiceRaw(Exchange) - Constructor for class org.knowm.xchange.coindeal.service.CoindealTradeServiceRaw
- createInstance(String, String) - Static method in class org.knowm.xchange.coindeal.service.CoindealDigest
- createOpenOrdersParams() - Method in class org.knowm.xchange.coindeal.service.CoindealTradeService
- createTradeHistoryParams() - Method in class org.knowm.xchange.coindeal.service.CoindealTradeService
D
- digestParams(RestInvocation) - Method in class org.knowm.xchange.coindeal.service.CoindealDigest
G
- getAccountInfo() - Method in class org.knowm.xchange.coindeal.service.CoindealAccountService
- getActiveOrders(ParamsDigest, String) - Method in interface org.knowm.xchange.coindeal.CoindealAuthenticated
- getAmount() - Method in class org.knowm.xchange.coindeal.dto.marketdata.CoindealOrderBookEntry
- getAsks() - Method in class org.knowm.xchange.coindeal.dto.marketdata.CoindealOrderBook
- getAvailable() - Method in class org.knowm.xchange.coindeal.dto.account.CoindealBalance
- getBalances(ParamsDigest) - Method in interface org.knowm.xchange.coindeal.CoindealAuthenticated
- getBids() - Method in class org.knowm.xchange.coindeal.dto.marketdata.CoindealOrderBook
- getClientOrderId() - Method in class org.knowm.xchange.coindeal.dto.trade.CoindealOrder
- getClientOrderId() - Method in class org.knowm.xchange.coindeal.dto.trade.CoindealTradeHistory
- getCoindealActiveOrders(CurrencyPair) - Method in class org.knowm.xchange.coindeal.service.CoindealTradeServiceRaw
- getCoindealBalances() - Method in class org.knowm.xchange.coindeal.service.CoindealAccountServiceRaw
- getCoindealOrderbook(CurrencyPair) - Method in class org.knowm.xchange.coindeal.service.CoindealMarketDataServiceRaw
- getCoindealOrderById(String) - Method in class org.knowm.xchange.coindeal.service.CoindealTradeServiceRaw
- getCoindealTradeHistory(CurrencyPair, Integer) - Method in class org.knowm.xchange.coindeal.service.CoindealTradeServiceRaw
- getCreatedAt() - Method in class org.knowm.xchange.coindeal.dto.trade.CoindealOrder
- getCumQuantity() - Method in class org.knowm.xchange.coindeal.dto.trade.CoindealOrder
- getCurrency() - Method in class org.knowm.xchange.coindeal.dto.account.CoindealBalance
- getDefaultExchangeSpecification() - Method in class org.knowm.xchange.coindeal.CoindealExchange
- getErrors() - Method in exception org.knowm.xchange.coindeal.dto.CoindealException
-
Used by the exchange for validation errors returned with HTTP code 422
- getExpireTime() - Method in class org.knowm.xchange.coindeal.dto.trade.CoindealOrder
- getFee() - Method in class org.knowm.xchange.coindeal.dto.trade.CoindealTradeHistory
- getId() - Method in class org.knowm.xchange.coindeal.dto.trade.CoindealOrder
- getId() - Method in class org.knowm.xchange.coindeal.dto.trade.CoindealTradeHistory
- getOpenOrders(OpenOrdersParams) - Method in class org.knowm.xchange.coindeal.service.CoindealTradeService
- getOrder(OrderQueryParams...) - Method in class org.knowm.xchange.coindeal.service.CoindealTradeService
- getOrderBook(String) - Method in interface org.knowm.xchange.coindeal.Coindeal
- getOrderBook(CurrencyPair, Object...) - Method in class org.knowm.xchange.coindeal.service.CoindealMarketDataService
- getOrderById(ParamsDigest, String) - Method in interface org.knowm.xchange.coindeal.CoindealAuthenticated
- getOrderId() - Method in class org.knowm.xchange.coindeal.dto.trade.CoindealTradeHistory
- getPrice() - Method in class org.knowm.xchange.coindeal.dto.marketdata.CoindealOrderBookEntry
- getPrice() - Method in class org.knowm.xchange.coindeal.dto.trade.CoindealOrder
- getPrice() - Method in class org.knowm.xchange.coindeal.dto.trade.CoindealTradeHistory
- getQuantity() - Method in class org.knowm.xchange.coindeal.dto.trade.CoindealOrder
- getQuantity() - Method in class org.knowm.xchange.coindeal.dto.trade.CoindealTradeHistory
- getReserved() - Method in class org.knowm.xchange.coindeal.dto.account.CoindealBalance
- getSide() - Method in class org.knowm.xchange.coindeal.dto.trade.CoindealOrder
- getSide() - Method in class org.knowm.xchange.coindeal.dto.trade.CoindealTradeHistory
- getStatus() - Method in class org.knowm.xchange.coindeal.dto.trade.CoindealOrder
- getStopPrice() - Method in class org.knowm.xchange.coindeal.dto.trade.CoindealOrder
- getSymbol() - Method in class org.knowm.xchange.coindeal.dto.trade.CoindealOrder
- getSymbol() - Method in class org.knowm.xchange.coindeal.dto.trade.CoindealTradeHistory
- getTimestamp() - Method in class org.knowm.xchange.coindeal.dto.trade.CoindealTradeHistory
- getTradeHistory(TradeHistoryParams) - Method in class org.knowm.xchange.coindeal.service.CoindealTradeService
- getTradeHistory(ParamsDigest, String, int) - Method in interface org.knowm.xchange.coindeal.CoindealAuthenticated
- getUpdatedAt() - Method in class org.knowm.xchange.coindeal.dto.trade.CoindealOrder
H
- HEADER_AUTH - Static variable in interface org.knowm.xchange.coindeal.CoindealAuthenticated
I
- initServices() - Method in class org.knowm.xchange.coindeal.CoindealExchange
O
- org.knowm.xchange.coindeal - package org.knowm.xchange.coindeal
- org.knowm.xchange.coindeal.dto - package org.knowm.xchange.coindeal.dto
- org.knowm.xchange.coindeal.dto.account - package org.knowm.xchange.coindeal.dto.account
- org.knowm.xchange.coindeal.dto.marketdata - package org.knowm.xchange.coindeal.dto.marketdata
- org.knowm.xchange.coindeal.dto.trade - package org.knowm.xchange.coindeal.dto.trade
- org.knowm.xchange.coindeal.service - package org.knowm.xchange.coindeal.service
P
- placeLimitOrder(LimitOrder) - Method in class org.knowm.xchange.coindeal.service.CoindealTradeService
- placeOrder(LimitOrder) - Method in class org.knowm.xchange.coindeal.service.CoindealTradeServiceRaw
- placeOrder(ParamsDigest, String, String, String, String, double, double) - Method in interface org.knowm.xchange.coindeal.CoindealAuthenticated
R
- remoteInit() - Method in class org.knowm.xchange.coindeal.CoindealExchange
S
- setErrors(JsonNode) - Method in exception org.knowm.xchange.coindeal.dto.CoindealException
T
- toString() - Method in class org.knowm.xchange.coindeal.dto.account.CoindealBalance
- toString() - Method in class org.knowm.xchange.coindeal.dto.marketdata.CoindealOrderBook
- toString() - Method in class org.knowm.xchange.coindeal.dto.trade.CoindealOrder
- toString() - Method in class org.knowm.xchange.coindeal.dto.trade.CoindealTradeHistory
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form