Index

A B C D E F G H I L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Serialized Form

A

address(String) - Method in class org.knowm.xchange.idex.dto.BalancesReq
(address string) - Address to query balances of
address(String) - Method in class org.knowm.xchange.idex.dto.CancelReq
(address string) - The address you are sending the cancel from, must own the order
address(String) - Method in class org.knowm.xchange.idex.dto.CompleteBalancesReq
(address string) - Address to query balances of
address(String) - Method in class org.knowm.xchange.idex.dto.DepositsWithdrawalsReq
(address string) - Address to query deposit/withdrawal history for
address(String) - Method in class org.knowm.xchange.idex.dto.IdexCurrMeta
 
address(String) - Method in class org.knowm.xchange.idex.dto.NextNonceReq
(address string) - The address to query for the next nonce to use
address(String) - Method in class org.knowm.xchange.idex.dto.OpenOrdersReq
(address string) - Address to return open orders associated with
address(String) - Method in class org.knowm.xchange.idex.dto.OrderReq
(address string) - The address you are posting the order from
address(String) - Method in class org.knowm.xchange.idex.dto.ReturnContractAddressResponse
 
address(String) - Method in class org.knowm.xchange.idex.dto.TradeHistoryReq
(address string) - If specified, return value will only include trades that involve the address as the maker or taker.
address(String) - Method in class org.knowm.xchange.idex.dto.TradeReq
- The address you are transacting from
address(String) - Method in class org.knowm.xchange.idex.dto.WithdrawReq
(address string) - The address you are transacting from
amount(String) - Method in class org.knowm.xchange.idex.dto.Ask
 
amount(String) - Method in class org.knowm.xchange.idex.dto.FundingLedger
 
amount(String) - Method in class org.knowm.xchange.idex.dto.OrderResponse
 
amount(String) - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInner
 
amount(String) - Method in class org.knowm.xchange.idex.dto.ReturnOrderTradesResponseInner
 
amount(String) - Method in class org.knowm.xchange.idex.dto.TradeHistoryItem
 
amount(String) - Method in class org.knowm.xchange.idex.dto.TradeReq
- This is the amount of the order you are filling, the raw value not adjusted for precision IMPORTANT: THIS PROPERTY IS IN TERMS OF THE ORDER'S amountBuy PROPERTY.
amount(String) - Method in class org.knowm.xchange.idex.dto.WithdrawalsResponseInner
 
amount(String) - Method in class org.knowm.xchange.idex.dto.WithdrawReq
(uint256) - The raw amount you are withdrawing, not adjusted for token precision
amount(BigDecimal) - Method in class org.knowm.xchange.idex.dto.TradeResponseInner
 
amountBuy(String) - Method in class org.knowm.xchange.idex.dto.AskParams
 
amountBuy(String) - Method in class org.knowm.xchange.idex.dto.OrderReq
(uint256) - The amount of the token you will receive when the order is fully filled
amountBuy(String) - Method in class org.knowm.xchange.idex.dto.OrderResponseParams
 
amountBuy(String) - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInnerParams
 
amountSell(String) - Method in class org.knowm.xchange.idex.dto.AskParams
 
amountSell(String) - Method in class org.knowm.xchange.idex.dto.OrderReq
(uint256) - The amount of the token you will give up when the order is fully filled
amountSell(String) - Method in class org.knowm.xchange.idex.dto.OrderResponseParams
 
amountSell(String) - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInnerParams
 
Api - Annotation Interface in org.knowm.xchange.idex.annotations
 
ApiModelProperty - Annotation Interface in org.knowm.xchange.idex.annotations
 
ApiOperation - Annotation Interface in org.knowm.xchange.idex.annotations
 
ApiResponse - Annotation Interface in org.knowm.xchange.idex.annotations
 
ApiResponses - Annotation Interface in org.knowm.xchange.idex.annotations
 
Ask - Class in org.knowm.xchange.idex.dto
 
Ask() - Constructor for class org.knowm.xchange.idex.dto.Ask
 
AskParams - Class in org.knowm.xchange.idex.dto
 
AskParams() - Constructor for class org.knowm.xchange.idex.dto.AskParams
 
asks(List<Ask>) - Method in class org.knowm.xchange.idex.dto.ReturnOrderBookResponse
 
available(BigDecimal) - Method in class org.knowm.xchange.idex.dto.CompleteBalance
 

B

balances(BalancesReq) - Method in interface org.knowm.xchange.idex.service.ReturnBalancesApi
 
BalancesReq - Class in org.knowm.xchange.idex.dto
 
BalancesReq() - Constructor for class org.knowm.xchange.idex.dto.BalancesReq
 
baseVolume(String) - Method in class org.knowm.xchange.idex.dto.ReturnTickerResponse
 
bids(List<Ask>) - Method in class org.knowm.xchange.idex.dto.ReturnOrderBookResponse
 
BUY - Enum constant in enum class org.knowm.xchange.idex.dto.IdexBuySell
 
buyerFee(String) - Method in class org.knowm.xchange.idex.dto.TradeHistoryItem
 
buyPrecision(BigInteger) - Method in class org.knowm.xchange.idex.dto.AskParams
 
buyPrecision(BigInteger) - Method in class org.knowm.xchange.idex.dto.OrderResponseParams
 
buyPrecision(BigInteger) - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInnerParams
 
buySymbol(String) - Method in class org.knowm.xchange.idex.dto.AskParams
 
buySymbol(String) - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInnerParams
 

C

cancel(CancelReq) - Method in interface org.knowm.xchange.idex.service.CancelApi
 
CancelApi - Interface in org.knowm.xchange.idex.service
 
cancelOrder(String) - Method in class org.knowm.xchange.idex.IdexTradeService
 
cancelOrder(CancelOrderParams) - Method in class org.knowm.xchange.idex.IdexTradeService
 
CancelReq - Class in org.knowm.xchange.idex.dto
 
CancelReq() - Constructor for class org.knowm.xchange.idex.dto.CancelReq
 
CancelResponse - Class in org.knowm.xchange.idex.dto
 
CancelResponse() - Constructor for class org.knowm.xchange.idex.dto.CancelResponse
 
code() - Element in annotation interface org.knowm.xchange.idex.annotations.ApiResponse
 
Companion() - Constructor for class org.knowm.xchange.idex.IdexMarketDataService.Companion
 
CompleteBalance - Class in org.knowm.xchange.idex.dto
 
CompleteBalance() - Constructor for class org.knowm.xchange.idex.dto.CompleteBalance
 
completeBalances(CompleteBalancesReq) - Method in interface org.knowm.xchange.idex.service.ReturnCompleteBalancesApi
 
CompleteBalancesReq - Class in org.knowm.xchange.idex.dto
 
CompleteBalancesReq() - Constructor for class org.knowm.xchange.idex.dto.CompleteBalancesReq
 
contractAddress() - Method in interface org.knowm.xchange.idex.service.ReturnContractAddressApi
 
createFundingHistoryParams() - Method in class org.knowm.xchange.idex.IdexAccountService
 
createNormalizedLimitOrderReq(Currency, Currency, Order.OrderType, BigDecimal, BigDecimal, String, BigInteger, BigInteger) - Method in class org.knowm.xchange.idex.IdexTradeService
 
createOpenOrdersParams() - Method in class org.knowm.xchange.idex.IdexTradeService
 
createTradeHistoryParams() - Method in class org.knowm.xchange.idex.IdexTradeService
 
currencies() - Method in interface org.knowm.xchange.idex.service.ReturnCurrenciesApi
 
currency(String) - Method in class org.knowm.xchange.idex.dto.FundingLedger
 
currency(String) - Method in class org.knowm.xchange.idex.dto.WithdrawalsResponseInner
 

D

date(String) - Method in class org.knowm.xchange.idex.dto.ReturnOrderTradesResponseInner
 
date(String) - Method in class org.knowm.xchange.idex.dto.TradeHistoryItem
 
date(String) - Method in class org.knowm.xchange.idex.dto.TradeResponseInner
 
decimals(BigInteger) - Method in class org.knowm.xchange.idex.dto.IdexCurrMeta
 
depositNumber(String) - Method in class org.knowm.xchange.idex.dto.FundingLedger
 
deposits(List<FundingLedger>) - Method in class org.knowm.xchange.idex.dto.ReturnDepositsWithdrawalsResponse
 
DepositsWithdrawalsReq - Class in org.knowm.xchange.idex.dto
 
DepositsWithdrawalsReq() - Constructor for class org.knowm.xchange.idex.dto.DepositsWithdrawalsReq
 
description() - Element in annotation interface org.knowm.xchange.idex.annotations.Api
 

E

end(String) - Method in class org.knowm.xchange.idex.dto.DepositsWithdrawalsReq
(number) - Inclusive ending UNIX timestamp of returned results, defaults to current timestamp
end(String) - Method in class org.knowm.xchange.idex.dto.TradeHistoryReq
(number) - The inclusive UNIX timestamp marking the latest trade that will be returned in the response.
equals(Object) - Method in class org.knowm.xchange.idex.dto.Ask
 
equals(Object) - Method in class org.knowm.xchange.idex.dto.AskParams
 
equals(Object) - Method in class org.knowm.xchange.idex.dto.BalancesReq
 
equals(Object) - Method in class org.knowm.xchange.idex.dto.CancelReq
 
equals(Object) - Method in class org.knowm.xchange.idex.dto.CancelResponse
 
equals(Object) - Method in class org.knowm.xchange.idex.dto.CompleteBalance
 
equals(Object) - Method in class org.knowm.xchange.idex.dto.CompleteBalancesReq
 
equals(Object) - Method in class org.knowm.xchange.idex.dto.DepositsWithdrawalsReq
 
equals(Object) - Method in class org.knowm.xchange.idex.dto.FundingLedger
 
equals(Object) - Method in class org.knowm.xchange.idex.dto.IdexCurrMeta
 
equals(Object) - Method in class org.knowm.xchange.idex.dto.Market
 
equals(Object) - Method in class org.knowm.xchange.idex.dto.NextNonceReq
 
equals(Object) - Method in class org.knowm.xchange.idex.dto.OpenOrdersReq
 
equals(Object) - Method in class org.knowm.xchange.idex.dto.OrderBookReq
 
equals(Object) - Method in class org.knowm.xchange.idex.dto.OrderReq
 
equals(Object) - Method in class org.knowm.xchange.idex.dto.OrderResponse
 
equals(Object) - Method in class org.knowm.xchange.idex.dto.OrderResponseParams
 
equals(Object) - Method in class org.knowm.xchange.idex.dto.OrderTradesReq
 
equals(Object) - Method in class org.knowm.xchange.idex.dto.Return24VolumeResponse
 
equals(Object) - Method in class org.knowm.xchange.idex.dto.ReturnBalancesResponse
 
equals(Object) - Method in class org.knowm.xchange.idex.dto.ReturnCompleteBalancesResponse
 
equals(Object) - Method in class org.knowm.xchange.idex.dto.ReturnContractAddressResponse
 
equals(Object) - Method in class org.knowm.xchange.idex.dto.ReturnCurrenciesResponse
 
equals(Object) - Method in class org.knowm.xchange.idex.dto.ReturnDepositsWithdrawalsResponse
 
equals(Object) - Method in class org.knowm.xchange.idex.dto.ReturnNextNonceResponse
 
equals(Object) - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponse
 
equals(Object) - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInner
 
equals(Object) - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInnerParams
 
equals(Object) - Method in class org.knowm.xchange.idex.dto.ReturnOrderBookResponse
 
equals(Object) - Method in class org.knowm.xchange.idex.dto.ReturnOrderBookResponseWithEmptyParam
 
equals(Object) - Method in class org.knowm.xchange.idex.dto.ReturnOrderTradesResponse
 
equals(Object) - Method in class org.knowm.xchange.idex.dto.ReturnOrderTradesResponseInner
 
equals(Object) - Method in class org.knowm.xchange.idex.dto.ReturnTickerRequestedWithNull
 
equals(Object) - Method in class org.knowm.xchange.idex.dto.ReturnTickerResponse
 
equals(Object) - Method in class org.knowm.xchange.idex.dto.TradeHistoryItem
 
equals(Object) - Method in class org.knowm.xchange.idex.dto.TradeHistoryReq
 
equals(Object) - Method in class org.knowm.xchange.idex.dto.TradeReq
 
equals(Object) - Method in class org.knowm.xchange.idex.dto.TradeResponse
 
equals(Object) - Method in class org.knowm.xchange.idex.dto.TradeResponseInner
 
equals(Object) - Method in class org.knowm.xchange.idex.dto.Volume24Response
 
equals(Object) - Method in class org.knowm.xchange.idex.dto.Volume24Total
 
equals(Object) - Method in class org.knowm.xchange.idex.dto.WithdrawalsResponse
 
equals(Object) - Method in class org.knowm.xchange.idex.dto.WithdrawalsResponseInner
 
equals(Object) - Method in class org.knowm.xchange.idex.dto.WithdrawReq
 
equals(Object) - Method in class org.knowm.xchange.idex.dto.WithdrawResponse
 
error(String) - Method in class org.knowm.xchange.idex.dto.CancelResponse
wishful thinking
error(String) - Method in class org.knowm.xchange.idex.dto.OrderResponse
 
error(String) - Method in class org.knowm.xchange.idex.dto.Volume24Response
 
expires(String) - Method in class org.knowm.xchange.idex.dto.AskParams
 
expires(String) - Method in class org.knowm.xchange.idex.dto.OrderResponseParams
 
expires(BigInteger) - Method in class org.knowm.xchange.idex.dto.OrderReq
(uint256) - DEPRECATED this property has no effect on your limit order but is still REQUIRED to submit a limit order as it is one of the parameters that is hashed.
expires(BigInteger) - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInnerParams
 

F

fromValue(String) - Static method in enum class org.knowm.xchange.idex.dto.IdexBuySell
 
fundingHistory(DepositsWithdrawalsReq) - Method in interface org.knowm.xchange.idex.service.ReturnDepositsWithdrawalsApi
 
FundingLedger - Class in org.knowm.xchange.idex.dto
 
FundingLedger() - Constructor for class org.knowm.xchange.idex.dto.FundingLedger
 

G

gasFee(String) - Method in class org.knowm.xchange.idex.dto.TradeHistoryItem
 
getAccountInfo() - Method in class org.knowm.xchange.idex.IdexAccountService
 
getAccountService() - Method in class org.knowm.xchange.idex.IdexExchange
 
getAddress() - Method in class org.knowm.xchange.idex.dto.BalancesReq
 
getAddress() - Method in class org.knowm.xchange.idex.dto.CancelReq
 
getAddress() - Method in class org.knowm.xchange.idex.dto.CompleteBalancesReq
 
getAddress() - Method in class org.knowm.xchange.idex.dto.DepositsWithdrawalsReq
 
getAddress() - Method in class org.knowm.xchange.idex.dto.IdexCurrMeta
 
getAddress() - Method in class org.knowm.xchange.idex.dto.NextNonceReq
 
getAddress() - Method in class org.knowm.xchange.idex.dto.OpenOrdersReq
 
getAddress() - Method in class org.knowm.xchange.idex.dto.OrderReq
 
getAddress() - Method in class org.knowm.xchange.idex.dto.ReturnContractAddressResponse
 
getAddress() - Method in class org.knowm.xchange.idex.dto.TradeHistoryReq
 
getAddress() - Method in class org.knowm.xchange.idex.dto.TradeReq
 
getAddress() - Method in class org.knowm.xchange.idex.dto.WithdrawReq
 
getAddress() - Method in class org.knowm.xchange.idex.IdexExchange.Companion.IdexCurrencyMeta
 
getAllCounter() - Method in class org.knowm.xchange.idex.IdexMarketDataService.Companion
 
getAmount() - Method in class org.knowm.xchange.idex.dto.Ask
 
getAmount() - Method in class org.knowm.xchange.idex.dto.FundingLedger
 
getAmount() - Method in class org.knowm.xchange.idex.dto.OrderResponse
 
getAmount() - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInner
 
getAmount() - Method in class org.knowm.xchange.idex.dto.ReturnOrderTradesResponseInner
 
getAmount() - Method in class org.knowm.xchange.idex.dto.TradeHistoryItem
 
getAmount() - Method in class org.knowm.xchange.idex.dto.TradeReq
 
getAmount() - Method in class org.knowm.xchange.idex.dto.TradeResponseInner
 
getAmount() - Method in class org.knowm.xchange.idex.dto.WithdrawalsResponseInner
 
getAmount() - Method in class org.knowm.xchange.idex.dto.WithdrawReq
 
getAmountBuy() - Method in class org.knowm.xchange.idex.dto.AskParams
 
getAmountBuy() - Method in class org.knowm.xchange.idex.dto.OrderReq
 
getAmountBuy() - Method in class org.knowm.xchange.idex.dto.OrderResponseParams
 
getAmountBuy() - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInnerParams
 
getAmountSell() - Method in class org.knowm.xchange.idex.dto.AskParams
 
getAmountSell() - Method in class org.knowm.xchange.idex.dto.OrderReq
 
getAmountSell() - Method in class org.knowm.xchange.idex.dto.OrderResponseParams
 
getAmountSell() - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInnerParams
 
getApiKey() - Method in class org.knowm.xchange.idex.IdexTradeService
 
getAsks() - Method in class org.knowm.xchange.idex.dto.ReturnOrderBookResponse
 
getAvailable() - Method in class org.knowm.xchange.idex.dto.CompleteBalance
 
getBaseVolume() - Method in class org.knowm.xchange.idex.dto.ReturnTickerResponse
 
getBids() - Method in class org.knowm.xchange.idex.dto.ReturnOrderBookResponse
 
getBuyerFee() - Method in class org.knowm.xchange.idex.dto.TradeHistoryItem
 
getBuyPrecision() - Method in class org.knowm.xchange.idex.dto.AskParams
 
getBuyPrecision() - Method in class org.knowm.xchange.idex.dto.OrderResponseParams
 
getBuyPrecision() - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInnerParams
 
getBuySymbol() - Method in class org.knowm.xchange.idex.dto.AskParams
 
getBuySymbol() - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInnerParams
 
getCurrency() - Method in class org.knowm.xchange.idex.dto.FundingLedger
 
getCurrency() - Method in class org.knowm.xchange.idex.dto.WithdrawalsResponseInner
 
getCurrencyPair() - Method in class org.knowm.xchange.idex.IdexTradeHistoryParams
 
getCurrencyPair(String) - Static method in enum class org.knowm.xchange.idex.IdexExchange.Companion
 
getDate() - Method in class org.knowm.xchange.idex.dto.ReturnOrderTradesResponseInner
 
getDate() - Method in class org.knowm.xchange.idex.dto.TradeHistoryItem
 
getDate() - Method in class org.knowm.xchange.idex.dto.TradeResponseInner
 
getDecimals() - Method in class org.knowm.xchange.idex.dto.IdexCurrMeta
 
getDecimals() - Method in class org.knowm.xchange.idex.IdexExchange.Companion.IdexCurrencyMeta
 
getDefaultExchangeSpecification() - Method in class org.knowm.xchange.idex.IdexExchange
 
getDepositNumber() - Method in class org.knowm.xchange.idex.dto.FundingLedger
 
getDeposits() - Method in class org.knowm.xchange.idex.dto.ReturnDepositsWithdrawalsResponse
 
getEnd() - Method in class org.knowm.xchange.idex.dto.DepositsWithdrawalsReq
 
getEnd() - Method in class org.knowm.xchange.idex.dto.TradeHistoryReq
 
getEndTime() - Method in class org.knowm.xchange.idex.IdexDepositsWithdrawalsParams
 
getEndTime() - Method in class org.knowm.xchange.idex.IdexTradeHistoryParams
 
getError() - Method in class org.knowm.xchange.idex.dto.CancelResponse
 
getError() - Method in class org.knowm.xchange.idex.dto.OrderResponse
 
getError() - Method in class org.knowm.xchange.idex.dto.Volume24Response
 
getExchangeClassName() - Method in class org.knowm.xchange.idex.IdexExchangeSpecification
 
getExchangeMetaData() - Method in class org.knowm.xchange.idex.IdexExchange
 
getExchangeName() - Method in class org.knowm.xchange.idex.IdexExchangeSpecification
 
getExpires() - Method in class org.knowm.xchange.idex.dto.AskParams
 
getExpires() - Method in class org.knowm.xchange.idex.dto.OrderReq
 
getExpires() - Method in class org.knowm.xchange.idex.dto.OrderResponseParams
 
getExpires() - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInnerParams
 
getFundingHistory(TradeHistoryParams) - Method in class org.knowm.xchange.idex.IdexAccountService
 
getGasFee() - Method in class org.knowm.xchange.idex.dto.TradeHistoryItem
 
getHigh() - Method in class org.knowm.xchange.idex.dto.ReturnTickerResponse
 
getHighestBid() - Method in class org.knowm.xchange.idex.dto.ReturnTickerResponse
 
getLast() - Method in class org.knowm.xchange.idex.dto.ReturnTickerResponse
 
getLow() - Method in class org.knowm.xchange.idex.dto.ReturnTickerResponse
 
getLowestAsk() - Method in class org.knowm.xchange.idex.dto.ReturnTickerResponse
 
getMaker() - Method in class org.knowm.xchange.idex.dto.TradeHistoryItem
 
getMarket() - Method in class org.knowm.xchange.idex.dto.Market
 
getMarket() - Method in class org.knowm.xchange.idex.dto.OpenOrdersReq
 
getMarket() - Method in class org.knowm.xchange.idex.dto.OrderBookReq
 
getMarket() - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInner
 
getMarket() - Method in class org.knowm.xchange.idex.dto.TradeHistoryReq
 
getMarket() - Method in class org.knowm.xchange.idex.dto.TradeResponseInner
 
getMarket(CurrencyPair) - Static method in enum class org.knowm.xchange.idex.IdexExchange.Companion
 
getMarketDataService() - Method in class org.knowm.xchange.idex.IdexExchange
 
getName() - Method in class org.knowm.xchange.idex.dto.IdexCurrMeta
 
getName() - Method in class org.knowm.xchange.idex.IdexExchange.Companion.IdexCurrencyMeta
 
getNextNonceApi() - Method in class org.knowm.xchange.idex.IdexExchange
 
getNonce() - Method in class org.knowm.xchange.idex.dto.AskParams
 
getNonce() - Method in class org.knowm.xchange.idex.dto.CancelReq
 
getNonce() - Method in class org.knowm.xchange.idex.dto.OrderReq
 
getNonce() - Method in class org.knowm.xchange.idex.dto.OrderResponseParams
 
getNonce() - Method in class org.knowm.xchange.idex.dto.ReturnNextNonceResponse
 
getNonce() - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInnerParams
 
getNonce() - Method in class org.knowm.xchange.idex.dto.TradeReq
 
getNonce() - Method in class org.knowm.xchange.idex.dto.WithdrawReq
 
getNonceFactory() - Method in class org.knowm.xchange.idex.IdexExchange
 
getOnOrders() - Method in class org.knowm.xchange.idex.dto.CompleteBalance
 
getOpenOrders() - Method in class org.knowm.xchange.idex.IdexTradeService
 
getOpenOrders(OpenOrdersParams) - Method in class org.knowm.xchange.idex.IdexTradeService
 
getOrderBook(CurrencyPair, Object...) - Method in class org.knowm.xchange.idex.IdexMarketDataService
 
getOrderHash() - Method in class org.knowm.xchange.idex.dto.Ask
 
getOrderHash() - Method in class org.knowm.xchange.idex.dto.CancelReq
 
getOrderHash() - Method in class org.knowm.xchange.idex.dto.OrderResponse
 
getOrderHash() - Method in class org.knowm.xchange.idex.dto.OrderTradesReq
 
getOrderHash() - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInner
 
getOrderHash() - Method in class org.knowm.xchange.idex.dto.TradeHistoryItem
 
getOrderHash() - Method in class org.knowm.xchange.idex.dto.TradeReq
 
getOrderHash() - Method in class org.knowm.xchange.idex.dto.TradeResponseInner
 
getOrderNumber() - Method in class org.knowm.xchange.idex.dto.OrderResponse
 
getOrderNumber() - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInner
 
getParams() - Method in class org.knowm.xchange.idex.dto.Ask
 
getParams() - Method in class org.knowm.xchange.idex.dto.OrderResponse
 
getParams() - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInner
 
getPercentChange() - Method in class org.knowm.xchange.idex.dto.ReturnTickerResponse
 
getPrice() - Method in class org.knowm.xchange.idex.dto.Ask
 
getPrice() - Method in class org.knowm.xchange.idex.dto.OrderResponse
 
getPrice() - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInner
 
getPrice() - Method in class org.knowm.xchange.idex.dto.ReturnOrderTradesResponseInner
 
getPrice() - Method in class org.knowm.xchange.idex.dto.TradeHistoryItem
 
getPrice() - Method in class org.knowm.xchange.idex.dto.TradeResponseInner
 
getQuoteVolume() - Method in class org.knowm.xchange.idex.dto.ReturnTickerResponse
 
getR() - Method in class org.knowm.xchange.idex.dto.CancelReq
 
getR() - Method in class org.knowm.xchange.idex.dto.OrderReq
 
getR() - Method in class org.knowm.xchange.idex.dto.TradeReq
 
getR() - Method in class org.knowm.xchange.idex.dto.WithdrawReq
 
getS() - Method in class org.knowm.xchange.idex.dto.CancelReq
 
getS() - Method in class org.knowm.xchange.idex.dto.OrderReq
 
getS() - Method in class org.knowm.xchange.idex.dto.TradeReq
 
getS() - Method in class org.knowm.xchange.idex.dto.WithdrawReq
 
getSellerFee() - Method in class org.knowm.xchange.idex.dto.TradeHistoryItem
 
getSellPrecision() - Method in class org.knowm.xchange.idex.dto.AskParams
 
getSellPrecision() - Method in class org.knowm.xchange.idex.dto.OrderResponseParams
 
getSellPrecision() - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInnerParams
 
getSellSymbol() - Method in class org.knowm.xchange.idex.dto.AskParams
 
getSellSymbol() - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInnerParams
 
getSslUri() - Method in class org.knowm.xchange.idex.IdexExchangeSpecification
 
getStart() - Method in class org.knowm.xchange.idex.dto.DepositsWithdrawalsReq
 
getStart() - Method in class org.knowm.xchange.idex.dto.TradeHistoryReq
 
getStartTime() - Method in class org.knowm.xchange.idex.IdexDepositsWithdrawalsParams
 
getStartTime() - Method in class org.knowm.xchange.idex.IdexTradeHistoryParams
 
getStatus() - Method in class org.knowm.xchange.idex.dto.FundingLedger
 
getStatus() - Method in class org.knowm.xchange.idex.dto.WithdrawalsResponseInner
 
getSuccess() - Method in class org.knowm.xchange.idex.dto.CancelResponse
 
getTaker() - Method in class org.knowm.xchange.idex.dto.TradeHistoryItem
 
getTicker(CurrencyPair, Object...) - Method in class org.knowm.xchange.idex.IdexMarketDataService
 
getTimestamp() - Method in class org.knowm.xchange.idex.dto.FundingLedger
 
getTimestamp() - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInner
 
getTimestamp() - Method in class org.knowm.xchange.idex.dto.TradeHistoryItem
 
getTimestamp() - Method in class org.knowm.xchange.idex.dto.WithdrawalsResponseInner
 
getToken() - Method in class org.knowm.xchange.idex.dto.WithdrawReq
 
getTokenBuy() - Method in class org.knowm.xchange.idex.dto.AskParams
 
getTokenBuy() - Method in class org.knowm.xchange.idex.dto.OrderReq
 
getTokenBuy() - Method in class org.knowm.xchange.idex.dto.OrderResponseParams
 
getTokenBuy() - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInnerParams
 
getTokenSell() - Method in class org.knowm.xchange.idex.dto.AskParams
 
getTokenSell() - Method in class org.knowm.xchange.idex.dto.OrderReq
 
getTokenSell() - Method in class org.knowm.xchange.idex.dto.OrderResponseParams
 
getTokenSell() - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInnerParams
 
getTotal() - Method in class org.knowm.xchange.idex.dto.Ask
 
getTotal() - Method in class org.knowm.xchange.idex.dto.OrderResponse
 
getTotal() - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInner
 
getTotal() - Method in class org.knowm.xchange.idex.dto.ReturnOrderTradesResponseInner
 
getTotal() - Method in class org.knowm.xchange.idex.dto.TradeHistoryItem
 
getTotal() - Method in class org.knowm.xchange.idex.dto.TradeResponseInner
 
getTradeHistory(TradeHistoryParams) - Method in class org.knowm.xchange.idex.IdexTradeService
 
getTrades(CurrencyPair, Object...) - Method in class org.knowm.xchange.idex.IdexMarketDataService
 
getTradeService() - Method in class org.knowm.xchange.idex.IdexExchange
 
getTransactionHash() - Method in class org.knowm.xchange.idex.dto.FundingLedger
 
getTransactionHash() - Method in class org.knowm.xchange.idex.dto.ReturnOrderTradesResponseInner
 
getTransactionHash() - Method in class org.knowm.xchange.idex.dto.TradeHistoryItem
 
getTransactionHash() - Method in class org.knowm.xchange.idex.dto.WithdrawalsResponseInner
 
getType() - Method in class org.knowm.xchange.idex.dto.OrderResponse
 
getType() - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInner
 
getType() - Method in class org.knowm.xchange.idex.dto.ReturnOrderTradesResponseInner
 
getType() - Method in class org.knowm.xchange.idex.dto.TradeHistoryItem
 
getType() - Method in class org.knowm.xchange.idex.dto.TradeResponseInner
 
getUnavailableCPMeta() - Method in class org.knowm.xchange.idex.IdexExchange
 
getUser() - Method in class org.knowm.xchange.idex.dto.AskParams
 
getUser() - Method in class org.knowm.xchange.idex.dto.OrderResponseParams
 
getUser() - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInnerParams
 
getUuid() - Method in class org.knowm.xchange.idex.dto.ReturnOrderTradesResponseInner
 
getUuid() - Method in class org.knowm.xchange.idex.dto.TradeHistoryItem
 
getUuid() - Method in class org.knowm.xchange.idex.dto.TradeResponseInner
 
getV() - Method in class org.knowm.xchange.idex.dto.CancelReq
 
getV() - Method in class org.knowm.xchange.idex.dto.OrderReq
 
getV() - Method in class org.knowm.xchange.idex.dto.TradeReq
 
getV() - Method in class org.knowm.xchange.idex.dto.WithdrawReq
 
getWithdrawalNumber() - Method in class org.knowm.xchange.idex.dto.WithdrawalsResponseInner
 
getWithdrawals() - Method in class org.knowm.xchange.idex.dto.ReturnDepositsWithdrawalsResponse
 

H

hashCode() - Method in class org.knowm.xchange.idex.dto.Ask
 
hashCode() - Method in class org.knowm.xchange.idex.dto.AskParams
 
hashCode() - Method in class org.knowm.xchange.idex.dto.BalancesReq
 
hashCode() - Method in class org.knowm.xchange.idex.dto.CancelReq
 
hashCode() - Method in class org.knowm.xchange.idex.dto.CancelResponse
 
hashCode() - Method in class org.knowm.xchange.idex.dto.CompleteBalance
 
hashCode() - Method in class org.knowm.xchange.idex.dto.CompleteBalancesReq
 
hashCode() - Method in class org.knowm.xchange.idex.dto.DepositsWithdrawalsReq
 
hashCode() - Method in class org.knowm.xchange.idex.dto.FundingLedger
 
hashCode() - Method in class org.knowm.xchange.idex.dto.IdexCurrMeta
 
hashCode() - Method in class org.knowm.xchange.idex.dto.Market
 
hashCode() - Method in class org.knowm.xchange.idex.dto.NextNonceReq
 
hashCode() - Method in class org.knowm.xchange.idex.dto.OpenOrdersReq
 
hashCode() - Method in class org.knowm.xchange.idex.dto.OrderBookReq
 
hashCode() - Method in class org.knowm.xchange.idex.dto.OrderReq
 
hashCode() - Method in class org.knowm.xchange.idex.dto.OrderResponse
 
hashCode() - Method in class org.knowm.xchange.idex.dto.OrderResponseParams
 
hashCode() - Method in class org.knowm.xchange.idex.dto.OrderTradesReq
 
hashCode() - Method in class org.knowm.xchange.idex.dto.Return24VolumeResponse
 
hashCode() - Method in class org.knowm.xchange.idex.dto.ReturnBalancesResponse
 
hashCode() - Method in class org.knowm.xchange.idex.dto.ReturnCompleteBalancesResponse
 
hashCode() - Method in class org.knowm.xchange.idex.dto.ReturnContractAddressResponse
 
hashCode() - Method in class org.knowm.xchange.idex.dto.ReturnCurrenciesResponse
 
hashCode() - Method in class org.knowm.xchange.idex.dto.ReturnDepositsWithdrawalsResponse
 
hashCode() - Method in class org.knowm.xchange.idex.dto.ReturnNextNonceResponse
 
hashCode() - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponse
 
hashCode() - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInner
 
hashCode() - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInnerParams
 
hashCode() - Method in class org.knowm.xchange.idex.dto.ReturnOrderBookResponse
 
hashCode() - Method in class org.knowm.xchange.idex.dto.ReturnOrderBookResponseWithEmptyParam
 
hashCode() - Method in class org.knowm.xchange.idex.dto.ReturnOrderTradesResponse
 
hashCode() - Method in class org.knowm.xchange.idex.dto.ReturnOrderTradesResponseInner
 
hashCode() - Method in class org.knowm.xchange.idex.dto.ReturnTickerRequestedWithNull
 
hashCode() - Method in class org.knowm.xchange.idex.dto.ReturnTickerResponse
 
hashCode() - Method in class org.knowm.xchange.idex.dto.TradeHistoryItem
 
hashCode() - Method in class org.knowm.xchange.idex.dto.TradeHistoryReq
 
hashCode() - Method in class org.knowm.xchange.idex.dto.TradeReq
 
hashCode() - Method in class org.knowm.xchange.idex.dto.TradeResponse
 
hashCode() - Method in class org.knowm.xchange.idex.dto.TradeResponseInner
 
hashCode() - Method in class org.knowm.xchange.idex.dto.Volume24Response
 
hashCode() - Method in class org.knowm.xchange.idex.dto.Volume24Total
 
hashCode() - Method in class org.knowm.xchange.idex.dto.WithdrawalsResponse
 
hashCode() - Method in class org.knowm.xchange.idex.dto.WithdrawalsResponseInner
 
hashCode() - Method in class org.knowm.xchange.idex.dto.WithdrawReq
 
hashCode() - Method in class org.knowm.xchange.idex.dto.WithdrawResponse
 
high(String) - Method in class org.knowm.xchange.idex.dto.ReturnTickerResponse
 
highestBid(String) - Method in class org.knowm.xchange.idex.dto.ReturnTickerResponse
 

I

IDEX_API - Static variable in class org.knowm.xchange.idex.IdexExchangeSpecification
 
IdexAccountService - Class in org.knowm.xchange.idex
 
IdexAccountService(IdexExchange) - Constructor for class org.knowm.xchange.idex.IdexAccountService
 
IdexBuySell - Enum Class in org.knowm.xchange.idex.dto
Gets or Sets IdexBuySell
IdexCurrencyMeta(int, BigDecimal, String, String, BigInteger) - Constructor for class org.knowm.xchange.idex.IdexExchange.Companion.IdexCurrencyMeta
 
IdexCurrMeta - Class in org.knowm.xchange.idex.dto
 
IdexCurrMeta() - Constructor for class org.knowm.xchange.idex.dto.IdexCurrMeta
 
IdexDepositsWithdrawalsParams - Class in org.knowm.xchange.idex
 
IdexDepositsWithdrawalsParams(String) - Constructor for class org.knowm.xchange.idex.IdexDepositsWithdrawalsParams
 
IdexExchange - Class in org.knowm.xchange.idex
 
IdexExchange() - Constructor for class org.knowm.xchange.idex.IdexExchange
 
IdexExchange.Companion - Enum Class in org.knowm.xchange.idex
 
IdexExchange.Companion.IdexCurrencyMeta - Class in org.knowm.xchange.idex
 
IdexExchangeSpecification - Class in org.knowm.xchange.idex
 
IdexExchangeSpecification() - Constructor for class org.knowm.xchange.idex.IdexExchangeSpecification
 
IdexMarketDataService - Class in org.knowm.xchange.idex
 
IdexMarketDataService(IdexExchange) - Constructor for class org.knowm.xchange.idex.IdexMarketDataService
 
IdexMarketDataService.Companion - Class in org.knowm.xchange.idex
 
IdexSignature - Class in org.knowm.xchange.idex
 
IdexSignature() - Constructor for class org.knowm.xchange.idex.IdexSignature
 
IdexTradeHistoryParams - Class in org.knowm.xchange.idex
 
IdexTradeHistoryParams(String) - Constructor for class org.knowm.xchange.idex.IdexTradeHistoryParams
 
IdexTradeService - Class in org.knowm.xchange.idex
 
IdexTradeService(IdexExchange) - Constructor for class org.knowm.xchange.idex.IdexTradeService
 
initServices() - Method in class org.knowm.xchange.idex.IdexExchange
 

L

last(String) - Method in class org.knowm.xchange.idex.dto.ReturnTickerResponse
 
low(String) - Method in class org.knowm.xchange.idex.dto.ReturnTickerResponse
 
lowestAsk(String) - Method in class org.knowm.xchange.idex.dto.ReturnTickerResponse
 

M

maker(String) - Method in class org.knowm.xchange.idex.dto.TradeHistoryItem
 
market(String) - Method in class org.knowm.xchange.idex.dto.Market
 
market(String) - Method in class org.knowm.xchange.idex.dto.OpenOrdersReq
 
market(String) - Method in class org.knowm.xchange.idex.dto.OrderBookReq
 
market(String) - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInner
 
market(String) - Method in class org.knowm.xchange.idex.dto.TradeHistoryReq
(string) - If specified, will return an array of trade objects for the market, if omitted, will return an object of arrays of trade objects keyed by each market
market(String) - Method in class org.knowm.xchange.idex.dto.TradeResponseInner
 
Market - Class in org.knowm.xchange.idex.dto
 
Market() - Constructor for class org.knowm.xchange.idex.dto.Market
 
message() - Element in annotation interface org.knowm.xchange.idex.annotations.ApiResponse
 

N

name(String) - Method in class org.knowm.xchange.idex.dto.IdexCurrMeta
 
nextNonce(NextNonceReq) - Method in interface org.knowm.xchange.idex.service.ReturnNextNonceApi
 
NextNonceReq - Class in org.knowm.xchange.idex.dto
 
NextNonceReq() - Constructor for class org.knowm.xchange.idex.dto.NextNonceReq
 
nonce(String) - Method in class org.knowm.xchange.idex.dto.TradeReq
- One time numeric value associated with the trade.
nonce(BigInteger) - Method in class org.knowm.xchange.idex.dto.AskParams
 
nonce(BigInteger) - Method in class org.knowm.xchange.idex.dto.CancelReq
(uint256) - One time number associated with the address
nonce(BigInteger) - Method in class org.knowm.xchange.idex.dto.OrderReq
(uint256) - One time number associated with the limit order
nonce(BigInteger) - Method in class org.knowm.xchange.idex.dto.OrderResponseParams
 
nonce(BigInteger) - Method in class org.knowm.xchange.idex.dto.ReturnNextNonceResponse
 
nonce(BigInteger) - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInnerParams
 
nonce(BigInteger) - Method in class org.knowm.xchange.idex.dto.WithdrawReq
(uint256) - One time numeric value associated with your address
notes() - Element in annotation interface org.knowm.xchange.idex.annotations.ApiOperation
 

O

onOrders(BigDecimal) - Method in class org.knowm.xchange.idex.dto.CompleteBalance
 
openOrders(OpenOrdersReq) - Method in interface org.knowm.xchange.idex.service.ReturnOpenOrdersApi
 
OpenOrdersReq - Class in org.knowm.xchange.idex.dto
 
OpenOrdersReq() - Constructor for class org.knowm.xchange.idex.dto.OpenOrdersReq
 
order(OrderReq) - Method in interface org.knowm.xchange.idex.service.OrderApi
 
OrderApi - Interface in org.knowm.xchange.idex.service
 
orderBook(OrderBookReq) - Method in interface org.knowm.xchange.idex.service.ReturnOrderBookApi
 
OrderBookReq - Class in org.knowm.xchange.idex.dto
 
OrderBookReq() - Constructor for class org.knowm.xchange.idex.dto.OrderBookReq
 
orderHash(String) - Method in class org.knowm.xchange.idex.dto.Ask
 
orderHash(String) - Method in class org.knowm.xchange.idex.dto.CancelReq
(256-bit hex string) - The raw hash of the order you are cancelling
orderHash(String) - Method in class org.knowm.xchange.idex.dto.OrderResponse
 
orderHash(String) - Method in class org.knowm.xchange.idex.dto.OrderTradesReq
(256-bit hex string) - The order hash to query for associated trades
orderHash(String) - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInner
 
orderHash(String) - Method in class org.knowm.xchange.idex.dto.TradeHistoryItem
 
orderHash(String) - Method in class org.knowm.xchange.idex.dto.TradeReq
- This is the unsalted hash of the order you are filling.
orderHash(String) - Method in class org.knowm.xchange.idex.dto.TradeResponseInner
 
orderNumber(BigInteger) - Method in class org.knowm.xchange.idex.dto.OrderResponse
 
orderNumber(BigInteger) - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInner
 
OrderReq - Class in org.knowm.xchange.idex.dto
 
OrderReq() - Constructor for class org.knowm.xchange.idex.dto.OrderReq
 
OrderResponse - Class in org.knowm.xchange.idex.dto
 
OrderResponse() - Constructor for class org.knowm.xchange.idex.dto.OrderResponse
 
OrderResponseParams - Class in org.knowm.xchange.idex.dto
 
OrderResponseParams() - Constructor for class org.knowm.xchange.idex.dto.OrderResponseParams
 
orderTrades(OrderTradesReq) - Method in interface org.knowm.xchange.idex.service.ReturnOrderTradesApi
 
OrderTradesReq - Class in org.knowm.xchange.idex.dto
 
OrderTradesReq() - Constructor for class org.knowm.xchange.idex.dto.OrderTradesReq
 
org.knowm.xchange.idex - package org.knowm.xchange.idex
 
org.knowm.xchange.idex.annotations - package org.knowm.xchange.idex.annotations
 
org.knowm.xchange.idex.dto - package org.knowm.xchange.idex.dto
 
org.knowm.xchange.idex.service - package org.knowm.xchange.idex.service
 

P

params(AskParams) - Method in class org.knowm.xchange.idex.dto.Ask
 
params(OrderResponseParams) - Method in class org.knowm.xchange.idex.dto.OrderResponse
 
params(ReturnOpenOrdersResponseInnerParams) - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInner
 
percentChange(String) - Method in class org.knowm.xchange.idex.dto.ReturnTickerResponse
 
placeLimitOrder(LimitOrder) - Method in class org.knowm.xchange.idex.IdexTradeService
returns OrderHash so you can fetch it and cancel it...
placeMarketOrder(MarketOrder) - Method in class org.knowm.xchange.idex.IdexTradeService
 
placeStopOrder(StopOrder) - Method in class org.knowm.xchange.idex.IdexTradeService
 
price(String) - Method in class org.knowm.xchange.idex.dto.Ask
 
price(String) - Method in class org.knowm.xchange.idex.dto.OrderResponse
 
price(String) - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInner
 
price(String) - Method in class org.knowm.xchange.idex.dto.ReturnOrderTradesResponseInner
 
price(String) - Method in class org.knowm.xchange.idex.dto.TradeHistoryItem
 
price(String) - Method in class org.knowm.xchange.idex.dto.TradeResponseInner
 

Q

quoteVolume(String) - Method in class org.knowm.xchange.idex.dto.ReturnTickerResponse
 

R

r(String) - Method in class org.knowm.xchange.idex.dto.CancelReq
- ...
r(String) - Method in class org.knowm.xchange.idex.dto.OrderReq
 
r(String) - Method in class org.knowm.xchange.idex.dto.TradeReq
- 0x
r(String) - Method in class org.knowm.xchange.idex.dto.WithdrawReq
 
requestDepositAddress(Currency, String...) - Method in class org.knowm.xchange.idex.IdexAccountService
 
response() - Element in annotation interface org.knowm.xchange.idex.annotations.ApiResponse
 
responseContainer() - Element in annotation interface org.knowm.xchange.idex.annotations.ApiResponse
 
Return24VolumeApi - Interface in org.knowm.xchange.idex.service
 
Return24VolumeResponse - Class in org.knowm.xchange.idex.dto
 
Return24VolumeResponse() - Constructor for class org.knowm.xchange.idex.dto.Return24VolumeResponse
 
ReturnBalancesApi - Interface in org.knowm.xchange.idex.service
 
ReturnBalancesResponse - Class in org.knowm.xchange.idex.dto
 
ReturnBalancesResponse() - Constructor for class org.knowm.xchange.idex.dto.ReturnBalancesResponse
 
ReturnCompleteBalancesApi - Interface in org.knowm.xchange.idex.service
 
ReturnCompleteBalancesResponse - Class in org.knowm.xchange.idex.dto
 
ReturnCompleteBalancesResponse() - Constructor for class org.knowm.xchange.idex.dto.ReturnCompleteBalancesResponse
 
ReturnContractAddressApi - Interface in org.knowm.xchange.idex.service
 
ReturnContractAddressResponse - Class in org.knowm.xchange.idex.dto
 
ReturnContractAddressResponse() - Constructor for class org.knowm.xchange.idex.dto.ReturnContractAddressResponse
 
ReturnCurrenciesApi - Interface in org.knowm.xchange.idex.service
 
ReturnCurrenciesResponse - Class in org.knowm.xchange.idex.dto
 
ReturnCurrenciesResponse() - Constructor for class org.knowm.xchange.idex.dto.ReturnCurrenciesResponse
 
ReturnDepositsWithdrawalsApi - Interface in org.knowm.xchange.idex.service
 
ReturnDepositsWithdrawalsResponse - Class in org.knowm.xchange.idex.dto
 
ReturnDepositsWithdrawalsResponse() - Constructor for class org.knowm.xchange.idex.dto.ReturnDepositsWithdrawalsResponse
 
ReturnNextNonceApi - Interface in org.knowm.xchange.idex.service
 
ReturnNextNonceResponse - Class in org.knowm.xchange.idex.dto
 
ReturnNextNonceResponse() - Constructor for class org.knowm.xchange.idex.dto.ReturnNextNonceResponse
 
ReturnOpenOrdersApi - Interface in org.knowm.xchange.idex.service
 
ReturnOpenOrdersResponse - Class in org.knowm.xchange.idex.dto
 
ReturnOpenOrdersResponse() - Constructor for class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponse
 
ReturnOpenOrdersResponseInner - Class in org.knowm.xchange.idex.dto
 
ReturnOpenOrdersResponseInner() - Constructor for class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInner
 
ReturnOpenOrdersResponseInnerParams - Class in org.knowm.xchange.idex.dto
 
ReturnOpenOrdersResponseInnerParams() - Constructor for class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInnerParams
 
ReturnOrderBookApi - Interface in org.knowm.xchange.idex.service
 
ReturnOrderBookResponse - Class in org.knowm.xchange.idex.dto
 
ReturnOrderBookResponse() - Constructor for class org.knowm.xchange.idex.dto.ReturnOrderBookResponse
 
ReturnOrderBookResponseWithEmptyParam - Class in org.knowm.xchange.idex.dto
 
ReturnOrderBookResponseWithEmptyParam() - Constructor for class org.knowm.xchange.idex.dto.ReturnOrderBookResponseWithEmptyParam
 
ReturnOrderTradesApi - Interface in org.knowm.xchange.idex.service
 
ReturnOrderTradesResponse - Class in org.knowm.xchange.idex.dto
 
ReturnOrderTradesResponse() - Constructor for class org.knowm.xchange.idex.dto.ReturnOrderTradesResponse
 
ReturnOrderTradesResponseInner - Class in org.knowm.xchange.idex.dto
 
ReturnOrderTradesResponseInner() - Constructor for class org.knowm.xchange.idex.dto.ReturnOrderTradesResponseInner
 
ReturnTickerApi - Interface in org.knowm.xchange.idex.service
 
ReturnTickerRequestedWithNull - Class in org.knowm.xchange.idex.dto
 
ReturnTickerRequestedWithNull() - Constructor for class org.knowm.xchange.idex.dto.ReturnTickerRequestedWithNull
 
ReturnTickerResponse - Class in org.knowm.xchange.idex.dto
 
ReturnTickerResponse() - Constructor for class org.knowm.xchange.idex.dto.ReturnTickerResponse
 
ReturnTradeHistoryApi - Interface in org.knowm.xchange.idex.service
 

S

s(String) - Method in class org.knowm.xchange.idex.dto.CancelReq
- v, r, and s refer to the values produced by signing the message
s(String) - Method in class org.knowm.xchange.idex.dto.OrderReq
 
s(String) - Method in class org.knowm.xchange.idex.dto.TradeReq
- v, r, and s refer to the values produced by signing the message
s(String) - Method in class org.knowm.xchange.idex.dto.WithdrawReq
 
safeParse(String) - Static method in enum class org.knowm.xchange.idex.IdexExchange.Companion
 
SELL - Enum constant in enum class org.knowm.xchange.idex.dto.IdexBuySell
 
sellerFee(String) - Method in class org.knowm.xchange.idex.dto.TradeHistoryItem
 
sellPrecision(BigInteger) - Method in class org.knowm.xchange.idex.dto.AskParams
 
sellPrecision(BigInteger) - Method in class org.knowm.xchange.idex.dto.OrderResponseParams
 
sellPrecision(BigInteger) - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInnerParams
 
sellSymbol(String) - Method in class org.knowm.xchange.idex.dto.AskParams
 
sellSymbol(String) - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInnerParams
 
setAddress(String) - Method in class org.knowm.xchange.idex.dto.BalancesReq
 
setAddress(String) - Method in class org.knowm.xchange.idex.dto.CancelReq
 
setAddress(String) - Method in class org.knowm.xchange.idex.dto.CompleteBalancesReq
 
setAddress(String) - Method in class org.knowm.xchange.idex.dto.DepositsWithdrawalsReq
 
setAddress(String) - Method in class org.knowm.xchange.idex.dto.IdexCurrMeta
 
setAddress(String) - Method in class org.knowm.xchange.idex.dto.NextNonceReq
 
setAddress(String) - Method in class org.knowm.xchange.idex.dto.OpenOrdersReq
 
setAddress(String) - Method in class org.knowm.xchange.idex.dto.OrderReq
 
setAddress(String) - Method in class org.knowm.xchange.idex.dto.ReturnContractAddressResponse
 
setAddress(String) - Method in class org.knowm.xchange.idex.dto.TradeHistoryReq
 
setAddress(String) - Method in class org.knowm.xchange.idex.dto.TradeReq
 
setAddress(String) - Method in class org.knowm.xchange.idex.dto.WithdrawReq
 
setAmount(String) - Method in class org.knowm.xchange.idex.dto.Ask
 
setAmount(String) - Method in class org.knowm.xchange.idex.dto.FundingLedger
 
setAmount(String) - Method in class org.knowm.xchange.idex.dto.OrderResponse
 
setAmount(String) - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInner
 
setAmount(String) - Method in class org.knowm.xchange.idex.dto.ReturnOrderTradesResponseInner
 
setAmount(String) - Method in class org.knowm.xchange.idex.dto.TradeHistoryItem
 
setAmount(String) - Method in class org.knowm.xchange.idex.dto.TradeReq
 
setAmount(String) - Method in class org.knowm.xchange.idex.dto.WithdrawalsResponseInner
 
setAmount(String) - Method in class org.knowm.xchange.idex.dto.WithdrawReq
 
setAmount(BigDecimal) - Method in class org.knowm.xchange.idex.dto.TradeResponseInner
 
setAmountBuy(String) - Method in class org.knowm.xchange.idex.dto.AskParams
 
setAmountBuy(String) - Method in class org.knowm.xchange.idex.dto.OrderReq
 
setAmountBuy(String) - Method in class org.knowm.xchange.idex.dto.OrderResponseParams
 
setAmountBuy(String) - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInnerParams
 
setAmountSell(String) - Method in class org.knowm.xchange.idex.dto.AskParams
 
setAmountSell(String) - Method in class org.knowm.xchange.idex.dto.OrderReq
 
setAmountSell(String) - Method in class org.knowm.xchange.idex.dto.OrderResponseParams
 
setAmountSell(String) - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInnerParams
 
setAsks(List<Ask>) - Method in class org.knowm.xchange.idex.dto.ReturnOrderBookResponse
 
setAvailable(BigDecimal) - Method in class org.knowm.xchange.idex.dto.CompleteBalance
 
setBaseVolume(String) - Method in class org.knowm.xchange.idex.dto.ReturnTickerResponse
 
setBids(List<Ask>) - Method in class org.knowm.xchange.idex.dto.ReturnOrderBookResponse
 
setBuyerFee(String) - Method in class org.knowm.xchange.idex.dto.TradeHistoryItem
 
setBuyPrecision(BigInteger) - Method in class org.knowm.xchange.idex.dto.AskParams
 
setBuyPrecision(BigInteger) - Method in class org.knowm.xchange.idex.dto.OrderResponseParams
 
setBuyPrecision(BigInteger) - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInnerParams
 
setBuySymbol(String) - Method in class org.knowm.xchange.idex.dto.AskParams
 
setBuySymbol(String) - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInnerParams
 
setCurrency(String) - Method in class org.knowm.xchange.idex.dto.FundingLedger
 
setCurrency(String) - Method in class org.knowm.xchange.idex.dto.WithdrawalsResponseInner
 
setCurrencyPair(CurrencyPair) - Method in class org.knowm.xchange.idex.IdexTradeHistoryParams
 
setDate(String) - Method in class org.knowm.xchange.idex.dto.ReturnOrderTradesResponseInner
 
setDate(String) - Method in class org.knowm.xchange.idex.dto.TradeHistoryItem
 
setDate(String) - Method in class org.knowm.xchange.idex.dto.TradeResponseInner
 
setDecimals(BigInteger) - Method in class org.knowm.xchange.idex.dto.IdexCurrMeta
 
setDepositNumber(String) - Method in class org.knowm.xchange.idex.dto.FundingLedger
 
setDeposits(List<FundingLedger>) - Method in class org.knowm.xchange.idex.dto.ReturnDepositsWithdrawalsResponse
 
setEnd(String) - Method in class org.knowm.xchange.idex.dto.DepositsWithdrawalsReq
 
setEnd(String) - Method in class org.knowm.xchange.idex.dto.TradeHistoryReq
 
setEndTime(Date) - Method in class org.knowm.xchange.idex.IdexDepositsWithdrawalsParams
 
setEndTime(Date) - Method in class org.knowm.xchange.idex.IdexTradeHistoryParams
 
setError(String) - Method in class org.knowm.xchange.idex.dto.CancelResponse
 
setError(String) - Method in class org.knowm.xchange.idex.dto.OrderResponse
 
setError(String) - Method in class org.knowm.xchange.idex.dto.Volume24Response
 
setExpires(String) - Method in class org.knowm.xchange.idex.dto.AskParams
 
setExpires(String) - Method in class org.knowm.xchange.idex.dto.OrderResponseParams
 
setExpires(BigInteger) - Method in class org.knowm.xchange.idex.dto.OrderReq
 
setExpires(BigInteger) - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInnerParams
 
setGasFee(String) - Method in class org.knowm.xchange.idex.dto.TradeHistoryItem
 
setHigh(String) - Method in class org.knowm.xchange.idex.dto.ReturnTickerResponse
 
setHighestBid(String) - Method in class org.knowm.xchange.idex.dto.ReturnTickerResponse
 
setLast(String) - Method in class org.knowm.xchange.idex.dto.ReturnTickerResponse
 
setLow(String) - Method in class org.knowm.xchange.idex.dto.ReturnTickerResponse
 
setLowestAsk(String) - Method in class org.knowm.xchange.idex.dto.ReturnTickerResponse
 
setMaker(String) - Method in class org.knowm.xchange.idex.dto.TradeHistoryItem
 
setMarket(String) - Method in class org.knowm.xchange.idex.dto.Market
 
setMarket(String) - Method in class org.knowm.xchange.idex.dto.OpenOrdersReq
 
setMarket(String) - Method in class org.knowm.xchange.idex.dto.OrderBookReq
 
setMarket(String) - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInner
 
setMarket(String) - Method in class org.knowm.xchange.idex.dto.TradeHistoryReq
 
setMarket(String) - Method in class org.knowm.xchange.idex.dto.TradeResponseInner
 
setName(String) - Method in class org.knowm.xchange.idex.dto.IdexCurrMeta
 
setNonce(String) - Method in class org.knowm.xchange.idex.dto.TradeReq
 
setNonce(BigInteger) - Method in class org.knowm.xchange.idex.dto.AskParams
 
setNonce(BigInteger) - Method in class org.knowm.xchange.idex.dto.CancelReq
 
setNonce(BigInteger) - Method in class org.knowm.xchange.idex.dto.OrderReq
 
setNonce(BigInteger) - Method in class org.knowm.xchange.idex.dto.OrderResponseParams
 
setNonce(BigInteger) - Method in class org.knowm.xchange.idex.dto.ReturnNextNonceResponse
 
setNonce(BigInteger) - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInnerParams
 
setNonce(BigInteger) - Method in class org.knowm.xchange.idex.dto.WithdrawReq
 
setOnOrders(BigDecimal) - Method in class org.knowm.xchange.idex.dto.CompleteBalance
 
setOrderHash(String) - Method in class org.knowm.xchange.idex.dto.Ask
 
setOrderHash(String) - Method in class org.knowm.xchange.idex.dto.CancelReq
 
setOrderHash(String) - Method in class org.knowm.xchange.idex.dto.OrderResponse
 
setOrderHash(String) - Method in class org.knowm.xchange.idex.dto.OrderTradesReq
 
setOrderHash(String) - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInner
 
setOrderHash(String) - Method in class org.knowm.xchange.idex.dto.TradeHistoryItem
 
setOrderHash(String) - Method in class org.knowm.xchange.idex.dto.TradeReq
 
setOrderHash(String) - Method in class org.knowm.xchange.idex.dto.TradeResponseInner
 
setOrderNumber(BigInteger) - Method in class org.knowm.xchange.idex.dto.OrderResponse
 
setOrderNumber(BigInteger) - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInner
 
setParams(AskParams) - Method in class org.knowm.xchange.idex.dto.Ask
 
setParams(OrderResponseParams) - Method in class org.knowm.xchange.idex.dto.OrderResponse
 
setParams(ReturnOpenOrdersResponseInnerParams) - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInner
 
setPercentChange(String) - Method in class org.knowm.xchange.idex.dto.ReturnTickerResponse
 
setPrice(String) - Method in class org.knowm.xchange.idex.dto.Ask
 
setPrice(String) - Method in class org.knowm.xchange.idex.dto.OrderResponse
 
setPrice(String) - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInner
 
setPrice(String) - Method in class org.knowm.xchange.idex.dto.ReturnOrderTradesResponseInner
 
setPrice(String) - Method in class org.knowm.xchange.idex.dto.TradeHistoryItem
 
setPrice(String) - Method in class org.knowm.xchange.idex.dto.TradeResponseInner
 
setQuoteVolume(String) - Method in class org.knowm.xchange.idex.dto.ReturnTickerResponse
 
setR(String) - Method in class org.knowm.xchange.idex.dto.CancelReq
 
setR(String) - Method in class org.knowm.xchange.idex.dto.OrderReq
 
setR(String) - Method in class org.knowm.xchange.idex.dto.TradeReq
 
setR(String) - Method in class org.knowm.xchange.idex.dto.WithdrawReq
 
setS(String) - Method in class org.knowm.xchange.idex.dto.CancelReq
 
setS(String) - Method in class org.knowm.xchange.idex.dto.OrderReq
 
setS(String) - Method in class org.knowm.xchange.idex.dto.TradeReq
 
setS(String) - Method in class org.knowm.xchange.idex.dto.WithdrawReq
 
setSellerFee(String) - Method in class org.knowm.xchange.idex.dto.TradeHistoryItem
 
setSellPrecision(BigInteger) - Method in class org.knowm.xchange.idex.dto.AskParams
 
setSellPrecision(BigInteger) - Method in class org.knowm.xchange.idex.dto.OrderResponseParams
 
setSellPrecision(BigInteger) - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInnerParams
 
setSellSymbol(String) - Method in class org.knowm.xchange.idex.dto.AskParams
 
setSellSymbol(String) - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInnerParams
 
setStart(String) - Method in class org.knowm.xchange.idex.dto.DepositsWithdrawalsReq
 
setStart(String) - Method in class org.knowm.xchange.idex.dto.TradeHistoryReq
 
setStartTime(Date) - Method in class org.knowm.xchange.idex.IdexDepositsWithdrawalsParams
 
setStartTime(Date) - Method in class org.knowm.xchange.idex.IdexTradeHistoryParams
 
setStatus(String) - Method in class org.knowm.xchange.idex.dto.FundingLedger
 
setStatus(String) - Method in class org.knowm.xchange.idex.dto.WithdrawalsResponseInner
 
setSuccess(BigInteger) - Method in class org.knowm.xchange.idex.dto.CancelResponse
 
setTaker(String) - Method in class org.knowm.xchange.idex.dto.TradeHistoryItem
 
setTimestamp(String) - Method in class org.knowm.xchange.idex.dto.FundingLedger
 
setTimestamp(String) - Method in class org.knowm.xchange.idex.dto.WithdrawalsResponseInner
 
setTimestamp(BigInteger) - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInner
 
setTimestamp(BigInteger) - Method in class org.knowm.xchange.idex.dto.TradeHistoryItem
 
setToken(String) - Method in class org.knowm.xchange.idex.dto.WithdrawReq
 
setTokenBuy(String) - Method in class org.knowm.xchange.idex.dto.AskParams
 
setTokenBuy(String) - Method in class org.knowm.xchange.idex.dto.OrderReq
 
setTokenBuy(String) - Method in class org.knowm.xchange.idex.dto.OrderResponseParams
 
setTokenBuy(String) - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInnerParams
 
setTokenSell(String) - Method in class org.knowm.xchange.idex.dto.AskParams
 
setTokenSell(String) - Method in class org.knowm.xchange.idex.dto.OrderReq
 
setTokenSell(String) - Method in class org.knowm.xchange.idex.dto.OrderResponseParams
 
setTokenSell(String) - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInnerParams
 
setTotal(String) - Method in class org.knowm.xchange.idex.dto.Ask
 
setTotal(String) - Method in class org.knowm.xchange.idex.dto.OrderResponse
 
setTotal(String) - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInner
 
setTotal(String) - Method in class org.knowm.xchange.idex.dto.ReturnOrderTradesResponseInner
 
setTotal(String) - Method in class org.knowm.xchange.idex.dto.TradeHistoryItem
 
setTotal(String) - Method in class org.knowm.xchange.idex.dto.TradeResponseInner
 
setTransactionHash(String) - Method in class org.knowm.xchange.idex.dto.FundingLedger
 
setTransactionHash(String) - Method in class org.knowm.xchange.idex.dto.ReturnOrderTradesResponseInner
 
setTransactionHash(String) - Method in class org.knowm.xchange.idex.dto.TradeHistoryItem
 
setTransactionHash(String) - Method in class org.knowm.xchange.idex.dto.WithdrawalsResponseInner
 
setType(IdexBuySell) - Method in class org.knowm.xchange.idex.dto.OrderResponse
 
setType(IdexBuySell) - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInner
 
setType(IdexBuySell) - Method in class org.knowm.xchange.idex.dto.ReturnOrderTradesResponseInner
 
setType(IdexBuySell) - Method in class org.knowm.xchange.idex.dto.TradeHistoryItem
 
setType(IdexBuySell) - Method in class org.knowm.xchange.idex.dto.TradeResponseInner
 
setUser(String) - Method in class org.knowm.xchange.idex.dto.AskParams
 
setUser(String) - Method in class org.knowm.xchange.idex.dto.OrderResponseParams
 
setUser(String) - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInnerParams
 
setUuid(String) - Method in class org.knowm.xchange.idex.dto.ReturnOrderTradesResponseInner
 
setUuid(String) - Method in class org.knowm.xchange.idex.dto.TradeHistoryItem
 
setUuid(String) - Method in class org.knowm.xchange.idex.dto.TradeResponseInner
 
setV(BigInteger) - Method in class org.knowm.xchange.idex.dto.CancelReq
 
setV(BigInteger) - Method in class org.knowm.xchange.idex.dto.OrderReq
 
setV(BigInteger) - Method in class org.knowm.xchange.idex.dto.TradeReq
 
setV(BigInteger) - Method in class org.knowm.xchange.idex.dto.WithdrawReq
 
setWithdrawalNumber(String) - Method in class org.knowm.xchange.idex.dto.WithdrawalsResponseInner
 
setWithdrawals(List<FundingLedger>) - Method in class org.knowm.xchange.idex.dto.ReturnDepositsWithdrawalsResponse
 
start(String) - Method in class org.knowm.xchange.idex.dto.DepositsWithdrawalsReq
(number) - Inclusive starting UNIX timestamp of returned results, defaults to 0
start(String) - Method in class org.knowm.xchange.idex.dto.TradeHistoryReq
(number) - The inclusive UNIX timestamp (seconds since epoch, not ms) marking the earliest trade that will be returned in the response, if omitted will default to 0
status(String) - Method in class org.knowm.xchange.idex.dto.FundingLedger
 
status(String) - Method in class org.knowm.xchange.idex.dto.WithdrawalsResponseInner
 
success(BigInteger) - Method in class org.knowm.xchange.idex.dto.CancelResponse
 

T

tags() - Element in annotation interface org.knowm.xchange.idex.annotations.ApiOperation
 
taker(String) - Method in class org.knowm.xchange.idex.dto.TradeHistoryItem
 
ticker(Market) - Method in interface org.knowm.xchange.idex.service.ReturnTickerApi
 
timestamp(String) - Method in class org.knowm.xchange.idex.dto.FundingLedger
 
timestamp(String) - Method in class org.knowm.xchange.idex.dto.WithdrawalsResponseInner
 
timestamp(BigInteger) - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInner
 
timestamp(BigInteger) - Method in class org.knowm.xchange.idex.dto.TradeHistoryItem
 
token(String) - Method in class org.knowm.xchange.idex.dto.WithdrawReq
(address string) - The address of the token you are withdrawing from, see earlier notes for ETH
tokenBuy(String) - Method in class org.knowm.xchange.idex.dto.AskParams
 
tokenBuy(String) - Method in class org.knowm.xchange.idex.dto.OrderReq
(address string) - The address of the token you will receive as a result of the trade
tokenBuy(String) - Method in class org.knowm.xchange.idex.dto.OrderResponseParams
 
tokenBuy(String) - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInnerParams
 
tokenSell(String) - Method in class org.knowm.xchange.idex.dto.AskParams
 
tokenSell(String) - Method in class org.knowm.xchange.idex.dto.OrderReq
(address string) - The address of the token you will lose as a result of the trade
tokenSell(String) - Method in class org.knowm.xchange.idex.dto.OrderResponseParams
 
tokenSell(String) - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInnerParams
 
toString() - Method in class org.knowm.xchange.idex.dto.Ask
 
toString() - Method in class org.knowm.xchange.idex.dto.AskParams
 
toString() - Method in class org.knowm.xchange.idex.dto.BalancesReq
 
toString() - Method in class org.knowm.xchange.idex.dto.CancelReq
 
toString() - Method in class org.knowm.xchange.idex.dto.CancelResponse
 
toString() - Method in class org.knowm.xchange.idex.dto.CompleteBalance
 
toString() - Method in class org.knowm.xchange.idex.dto.CompleteBalancesReq
 
toString() - Method in class org.knowm.xchange.idex.dto.DepositsWithdrawalsReq
 
toString() - Method in class org.knowm.xchange.idex.dto.FundingLedger
 
toString() - Method in enum class org.knowm.xchange.idex.dto.IdexBuySell
 
toString() - Method in class org.knowm.xchange.idex.dto.IdexCurrMeta
 
toString() - Method in class org.knowm.xchange.idex.dto.Market
 
toString() - Method in class org.knowm.xchange.idex.dto.NextNonceReq
 
toString() - Method in class org.knowm.xchange.idex.dto.OpenOrdersReq
 
toString() - Method in class org.knowm.xchange.idex.dto.OrderBookReq
 
toString() - Method in class org.knowm.xchange.idex.dto.OrderReq
 
toString() - Method in class org.knowm.xchange.idex.dto.OrderResponse
 
toString() - Method in class org.knowm.xchange.idex.dto.OrderResponseParams
 
toString() - Method in class org.knowm.xchange.idex.dto.OrderTradesReq
 
toString() - Method in class org.knowm.xchange.idex.dto.Return24VolumeResponse
 
toString() - Method in class org.knowm.xchange.idex.dto.ReturnBalancesResponse
 
toString() - Method in class org.knowm.xchange.idex.dto.ReturnCompleteBalancesResponse
 
toString() - Method in class org.knowm.xchange.idex.dto.ReturnContractAddressResponse
 
toString() - Method in class org.knowm.xchange.idex.dto.ReturnCurrenciesResponse
 
toString() - Method in class org.knowm.xchange.idex.dto.ReturnDepositsWithdrawalsResponse
 
toString() - Method in class org.knowm.xchange.idex.dto.ReturnNextNonceResponse
 
toString() - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponse
 
toString() - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInner
 
toString() - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInnerParams
 
toString() - Method in class org.knowm.xchange.idex.dto.ReturnOrderBookResponse
 
toString() - Method in class org.knowm.xchange.idex.dto.ReturnOrderBookResponseWithEmptyParam
 
toString() - Method in class org.knowm.xchange.idex.dto.ReturnOrderTradesResponse
 
toString() - Method in class org.knowm.xchange.idex.dto.ReturnOrderTradesResponseInner
 
toString() - Method in class org.knowm.xchange.idex.dto.ReturnTickerRequestedWithNull
 
toString() - Method in class org.knowm.xchange.idex.dto.ReturnTickerResponse
 
toString() - Method in class org.knowm.xchange.idex.dto.TradeHistoryItem
 
toString() - Method in class org.knowm.xchange.idex.dto.TradeHistoryReq
 
toString() - Method in class org.knowm.xchange.idex.dto.TradeReq
 
toString() - Method in class org.knowm.xchange.idex.dto.TradeResponse
 
toString() - Method in class org.knowm.xchange.idex.dto.TradeResponseInner
 
toString() - Method in class org.knowm.xchange.idex.dto.Volume24Response
 
toString() - Method in class org.knowm.xchange.idex.dto.Volume24Total
 
toString() - Method in class org.knowm.xchange.idex.dto.WithdrawalsResponse
 
toString() - Method in class org.knowm.xchange.idex.dto.WithdrawalsResponseInner
 
toString() - Method in class org.knowm.xchange.idex.dto.WithdrawReq
 
toString() - Method in class org.knowm.xchange.idex.dto.WithdrawResponse
 
total(String) - Method in class org.knowm.xchange.idex.dto.Ask
 
total(String) - Method in class org.knowm.xchange.idex.dto.OrderResponse
 
total(String) - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInner
 
total(String) - Method in class org.knowm.xchange.idex.dto.ReturnOrderTradesResponseInner
 
total(String) - Method in class org.knowm.xchange.idex.dto.TradeHistoryItem
 
total(String) - Method in class org.knowm.xchange.idex.dto.TradeResponseInner
 
trade(TradeReq) - Method in interface org.knowm.xchange.idex.service.TradeApi
 
TradeApi - Interface in org.knowm.xchange.idex.service
 
tradeHistory(TradeHistoryReq) - Method in interface org.knowm.xchange.idex.service.ReturnTradeHistoryApi
 
TradeHistoryItem - Class in org.knowm.xchange.idex.dto
 
TradeHistoryItem() - Constructor for class org.knowm.xchange.idex.dto.TradeHistoryItem
 
TradeHistoryReq - Class in org.knowm.xchange.idex.dto
 
TradeHistoryReq() - Constructor for class org.knowm.xchange.idex.dto.TradeHistoryReq
 
TradeReq - Class in org.knowm.xchange.idex.dto
 
TradeReq() - Constructor for class org.knowm.xchange.idex.dto.TradeReq
 
TradeResponse - Class in org.knowm.xchange.idex.dto
 
TradeResponse() - Constructor for class org.knowm.xchange.idex.dto.TradeResponse
 
TradeResponseInner - Class in org.knowm.xchange.idex.dto
 
TradeResponseInner() - Constructor for class org.knowm.xchange.idex.dto.TradeResponseInner
 
transactionHash(String) - Method in class org.knowm.xchange.idex.dto.FundingLedger
 
transactionHash(String) - Method in class org.knowm.xchange.idex.dto.ReturnOrderTradesResponseInner
 
transactionHash(String) - Method in class org.knowm.xchange.idex.dto.TradeHistoryItem
 
transactionHash(String) - Method in class org.knowm.xchange.idex.dto.WithdrawalsResponseInner
 
type(IdexBuySell) - Method in class org.knowm.xchange.idex.dto.OrderResponse
 
type(IdexBuySell) - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInner
 
type(IdexBuySell) - Method in class org.knowm.xchange.idex.dto.ReturnOrderTradesResponseInner
 
type(IdexBuySell) - Method in class org.knowm.xchange.idex.dto.TradeHistoryItem
 
type(IdexBuySell) - Method in class org.knowm.xchange.idex.dto.TradeResponseInner
 

U

user(String) - Method in class org.knowm.xchange.idex.dto.AskParams
 
user(String) - Method in class org.knowm.xchange.idex.dto.OrderResponseParams
 
user(String) - Method in class org.knowm.xchange.idex.dto.ReturnOpenOrdersResponseInnerParams
 
uuid(String) - Method in class org.knowm.xchange.idex.dto.ReturnOrderTradesResponseInner
 
uuid(String) - Method in class org.knowm.xchange.idex.dto.TradeHistoryItem
 
uuid(String) - Method in class org.knowm.xchange.idex.dto.TradeResponseInner
 

V

v(BigInteger) - Method in class org.knowm.xchange.idex.dto.CancelReq
- ...
v(BigInteger) - Method in class org.knowm.xchange.idex.dto.OrderReq
 
v(BigInteger) - Method in class org.knowm.xchange.idex.dto.TradeReq
- ...
v(BigInteger) - Method in class org.knowm.xchange.idex.dto.WithdrawReq
 
value() - Element in annotation interface org.knowm.xchange.idex.annotations.ApiModelProperty
 
value() - Element in annotation interface org.knowm.xchange.idex.annotations.ApiOperation
 
value() - Element in annotation interface org.knowm.xchange.idex.annotations.ApiResponses
 
valueOf(String) - Static method in enum class org.knowm.xchange.idex.dto.IdexBuySell
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.knowm.xchange.idex.IdexExchange.Companion
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.knowm.xchange.idex.dto.IdexBuySell
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.knowm.xchange.idex.IdexExchange.Companion
Returns an array containing the constants of this enum class, in the order they are declared.
verifyOrder(LimitOrder) - Method in class org.knowm.xchange.idex.IdexTradeService
 
verifyOrder(MarketOrder) - Method in class org.knowm.xchange.idex.IdexTradeService
 
volume24() - Method in interface org.knowm.xchange.idex.service.Return24VolumeApi
 
Volume24Response - Class in org.knowm.xchange.idex.dto
 
Volume24Response() - Constructor for class org.knowm.xchange.idex.dto.Volume24Response
 
Volume24Total - Class in org.knowm.xchange.idex.dto
 
Volume24Total() - Constructor for class org.knowm.xchange.idex.dto.Volume24Total
 

W

withdraw(WithdrawReq) - Method in interface org.knowm.xchange.idex.service.WithdrawApi
 
withdrawalNumber(String) - Method in class org.knowm.xchange.idex.dto.WithdrawalsResponseInner
 
withdrawals(List<FundingLedger>) - Method in class org.knowm.xchange.idex.dto.ReturnDepositsWithdrawalsResponse
 
WithdrawalsResponse - Class in org.knowm.xchange.idex.dto
 
WithdrawalsResponse() - Constructor for class org.knowm.xchange.idex.dto.WithdrawalsResponse
 
WithdrawalsResponseInner - Class in org.knowm.xchange.idex.dto
 
WithdrawalsResponseInner() - Constructor for class org.knowm.xchange.idex.dto.WithdrawalsResponseInner
 
WithdrawApi - Interface in org.knowm.xchange.idex.service
 
withdrawFunds(Currency, BigDecimal, String) - Method in class org.knowm.xchange.idex.IdexAccountService
 
withdrawFunds(WithdrawFundsParams) - Method in class org.knowm.xchange.idex.IdexAccountService
 
WithdrawReq - Class in org.knowm.xchange.idex.dto
 
WithdrawReq() - Constructor for class org.knowm.xchange.idex.dto.WithdrawReq
 
WithdrawResponse - Class in org.knowm.xchange.idex.dto
 
WithdrawResponse() - Constructor for class org.knowm.xchange.idex.dto.WithdrawResponse
 
A B C D E F G H I L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Serialized Form