Skip navigation links
B C D E F G I O P R S T U V W 

B

BalanceOrder - Class in com.cml.idex.value
 
BalanceOrder(BigDecimal, BigDecimal) - Constructor for class com.cml.idex.value.BalanceOrder
 

C

cancel(String, String, long, byte, byte[], byte[]) - Method in class com.cml.idex.IDexAPI
Cancels an order associated with the address.
cancel(Credentials, String) - Method in class com.cml.idex.IDexAPI
Cancels an order associated with the address.
CancelOrder - Class in com.cml.idex.packets
 
CancelSigParms - Class in com.cml.idex.sig
 
CancelSigParms(String, Long) - Constructor for class com.cml.idex.sig.CancelSigParms
 
checkError(JsonNode) - Static method in class com.cml.idex.util.Utils
Checks if the JSON is error and throws exception if error found.
com.cml.idex - package com.cml.idex
 
com.cml.idex.packets - package com.cml.idex.packets
 
com.cml.idex.sig - package com.cml.idex.sig
 
com.cml.idex.util - package com.cml.idex.util
 
com.cml.idex.value - package com.cml.idex.value
 
create(String, String, long, byte, byte[], byte[]) - Static method in class com.cml.idex.packets.CancelOrder
 
create(String, BigInteger, String, BigInteger, String, Long, Long, byte, byte[], byte[]) - Static method in class com.cml.idex.packets.PlaceOrder
 
create(List<TradeReq>) - Static method in class com.cml.idex.packets.PlaceTrade
 
create() - Static method in class com.cml.idex.packets.Return24Volume
 
create(String) - Static method in class com.cml.idex.packets.ReturnBalances
 
create(String) - Static method in class com.cml.idex.packets.ReturnCompleteBalances
 
create() - Static method in class com.cml.idex.packets.ReturnContractAddress
 
create() - Static method in class com.cml.idex.packets.ReturnCurrencies
 
create(String, LocalDateTime, LocalDateTime) - Static method in class com.cml.idex.packets.ReturnDepositsWithdrawals
returnDepositsWithdrawals
create(String) - Static method in class com.cml.idex.packets.ReturnNextNonce
 
create(String, String, Integer, Long) - Static method in class com.cml.idex.packets.ReturnOpenOrders
 
create(String, Integer) - Static method in class com.cml.idex.packets.ReturnOrderBook
 
create(String) - Static method in class com.cml.idex.packets.ReturnOrderStatus
 
create(String) - Static method in class com.cml.idex.packets.ReturnOrderTrades
 
create(String) - Static method in class com.cml.idex.packets.ReturnTicker
 
create(String, String, Long, Long, String, Integer, Long) - Static method in class com.cml.idex.packets.ReturnTradeHistory
 
create(String, BigInteger, String, long, byte, byte[], byte[]) - Static method in class com.cml.idex.packets.Withdraw
 
createAll() - Static method in class com.cml.idex.packets.ReturnTicker
 
createIdxParamsToSign(SigParms) - Static method in class com.cml.idex.util.IdexCrypto
 
createParamsSig(SigParms, Credentials) - Static method in class com.cml.idex.util.IdexCrypto
 
Currency - Class in com.cml.idex.value
 
Currency(int, String, String) - Constructor for class com.cml.idex.value.Currency
 

D

DEFAULT_ETH_ADR - Static variable in class com.cml.idex.IDexAPI
 
DepositHistory - Class in com.cml.idex.value
 
DepositHistory(int, String, BigDecimal, long, String) - Constructor for class com.cml.idex.value.DepositHistory
 
DepositsWithdrawals - Class in com.cml.idex.value
Deposit and Withdrawal history
DepositsWithdrawals(List<DepositHistory>, List<WithdrawHistory>) - Constructor for class com.cml.idex.value.DepositsWithdrawals
 
DT_FORMATTER - Static variable in class com.cml.idex.util.Utils
 

E

encode() - Method in class com.cml.idex.sig.CancelSigParms
 
encode() - Method in class com.cml.idex.sig.OrderSigParms
 
encode() - Method in interface com.cml.idex.sig.SigParms
 
encode() - Method in class com.cml.idex.sig.TradeSigParms
 
encode() - Method in class com.cml.idex.sig.WithdrawSigParms
 
encodeNumeric(long) - Static method in class com.cml.idex.util.IdexCrypto
 
encodeNumeric(BigInteger) - Static method in class com.cml.idex.util.IdexCrypto
 
ENDPOINT - Static variable in class com.cml.idex.packets.ReturnTicker
 
ErrorCode - Enum in com.cml.idex
 

F

fixString(String) - Static method in class com.cml.idex.util.Utils
Strips blank spaces at beginning and end of string.
fromJson(ObjectMapper, String) - Static method in class com.cml.idex.packets.PlaceOrder
 
fromJson(ObjectMapper, String) - Static method in class com.cml.idex.packets.Return24Volume
 
fromJson(ObjectMapper, String) - Static method in class com.cml.idex.packets.ReturnContractAddress
 
fromJson(ObjectMapper, String) - Static method in class com.cml.idex.packets.ReturnCurrencies
 
fromJson(ObjectMapper, String) - Static method in class com.cml.idex.packets.ReturnOrderBook
 
fromJson(ObjectMapper, String, String) - Static method in class com.cml.idex.packets.ReturnTicker
 
fromString(String) - Static method in enum com.cml.idex.value.WithdrawStatus
 

G

getAddress() - Method in class com.cml.idex.sig.OrderSigParms
 
getAddress() - Method in class com.cml.idex.sig.WithdrawSigParms
 
getAddress() - Method in class com.cml.idex.value.Currency
 
getAddress() - Method in class com.cml.idex.value.TradeReq
 
getAmount() - Method in class com.cml.idex.sig.WithdrawSigParms
 
getAmount() - Method in class com.cml.idex.value.DepositHistory
 
getAmount() - Method in class com.cml.idex.value.Order
 
getAmount() - Method in class com.cml.idex.value.OrderTrade
 
getAmount() - Method in class com.cml.idex.value.Trade
 
getAmount() - Method in class com.cml.idex.value.TradeHistory
 
getAmount() - Method in class com.cml.idex.value.TradeReq
 
getAmount() - Method in class com.cml.idex.value.WithdrawHistory
 
getAmountBuy() - Method in class com.cml.idex.sig.OrderSigParms
 
getAmountBuy() - Method in class com.cml.idex.value.OrderParm
 
getAmountSell() - Method in class com.cml.idex.sig.OrderSigParms
 
getAmountSell() - Method in class com.cml.idex.value.OrderParm
 
getAsks() - Method in class com.cml.idex.value.OrderBook
 
getAvailable() - Method in class com.cml.idex.value.BalanceOrder
Available Balance.
getBaseVolume() - Method in class com.cml.idex.value.Ticker
 
getBids() - Method in class com.cml.idex.value.OrderBook
 
getBuyerFee() - Method in class com.cml.idex.value.TradeHistory
 
getBuyPrecision() - Method in class com.cml.idex.value.OrderParm
 
getContractAddress() - Method in class com.cml.idex.sig.OrderSigParms
 
getContractAddress() - Method in class com.cml.idex.sig.WithdrawSigParms
 
getCurrency() - Method in class com.cml.idex.value.DepositHistory
 
getCurrency() - Method in class com.cml.idex.value.WithdrawHistory
 
getDate() - Method in class com.cml.idex.value.Trade
 
getDate() - Method in class com.cml.idex.value.TradeHistory
 
getDecimals() - Method in class com.cml.idex.value.Currency
 
getDepositNumber() - Method in class com.cml.idex.value.DepositHistory
 
getDepositNumber() - Method in class com.cml.idex.value.WithdrawHistory
 
getDeposits() - Method in class com.cml.idex.value.DepositsWithdrawals
List of Historical Deposits.
getEndpoint() - Method in class com.cml.idex.packets.CancelOrder
 
getEndpoint() - Method in class com.cml.idex.packets.PlaceOrder
 
getEndpoint() - Method in class com.cml.idex.packets.PlaceTrade
 
getEndpoint() - Method in interface com.cml.idex.packets.Req
 
getEndpoint() - Method in class com.cml.idex.packets.Return24Volume
 
getEndpoint() - Method in class com.cml.idex.packets.ReturnBalances
 
getEndpoint() - Method in class com.cml.idex.packets.ReturnCompleteBalances
 
getEndpoint() - Method in class com.cml.idex.packets.ReturnContractAddress
 
getEndpoint() - Method in class com.cml.idex.packets.ReturnCurrencies
 
getEndpoint() - Method in class com.cml.idex.packets.ReturnDepositsWithdrawals
 
getEndpoint() - Method in class com.cml.idex.packets.ReturnNextNonce
 
getEndpoint() - Method in class com.cml.idex.packets.ReturnOpenOrders
 
getEndpoint() - Method in class com.cml.idex.packets.ReturnOrderBook
 
getEndpoint() - Method in class com.cml.idex.packets.ReturnOrderStatus
 
getEndpoint() - Method in class com.cml.idex.packets.ReturnOrderTrades
 
getEndpoint() - Method in class com.cml.idex.packets.ReturnTicker
 
getEndpoint() - Method in class com.cml.idex.packets.ReturnTradeHistory
 
getEndpoint() - Method in class com.cml.idex.packets.Withdraw
 
getErrorCode() - Method in exception com.cml.idex.IDexException
 
getExpires() - Method in class com.cml.idex.sig.OrderSigParms
 
getExpires() - Method in class com.cml.idex.value.OrderParm
 
getGasFee() - Method in class com.cml.idex.value.TradeHistory
 
getHigh() - Method in class com.cml.idex.value.Ticker
 
getHighestBid() - Method in class com.cml.idex.value.Ticker
 
getLast() - Method in class com.cml.idex.value.Ticker
 
getLocalizedMessage() - Method in exception com.cml.idex.IDexException
 
getLow() - Method in class com.cml.idex.value.Ticker
 
getLowestAsk() - Method in class com.cml.idex.value.Ticker
 
getMaker() - Method in class com.cml.idex.value.TradeHistory
 
getMarket() - Method in class com.cml.idex.value.Order
 
getMarket() - Method in class com.cml.idex.value.Trade
 
getMarket() - Method in class com.cml.idex.value.VolumePair
Returns the Market Code
getName() - Method in class com.cml.idex.value.Currency
 
getNonce() - Method in class com.cml.idex.sig.OrderSigParms
 
getNonce() - Method in class com.cml.idex.sig.WithdrawSigParms
 
getNonce() - Method in class com.cml.idex.value.OrderParm
 
getNonce() - Method in class com.cml.idex.value.TradeReq
 
getOnOrders() - Method in class com.cml.idex.value.BalanceOrder
Balance in orders
getOrderHash() - Method in class com.cml.idex.value.Order
 
getOrderHash() - Method in class com.cml.idex.value.Trade
 
getOrderHash() - Method in class com.cml.idex.value.TradeHistory
 
getOrderHash() - Method in class com.cml.idex.value.TradeReq
 
getOrderNumber() - Method in class com.cml.idex.value.Order
 
getParams() - Method in class com.cml.idex.value.Order
 
getPayload() - Method in class com.cml.idex.packets.CancelOrder
 
getPayload() - Method in class com.cml.idex.packets.PlaceOrder
 
getPayload() - Method in class com.cml.idex.packets.PlaceTrade
 
getPayload() - Method in interface com.cml.idex.packets.Req
 
getPayload() - Method in class com.cml.idex.packets.Return24Volume
 
getPayload() - Method in class com.cml.idex.packets.ReturnBalances
 
getPayload() - Method in class com.cml.idex.packets.ReturnCompleteBalances
 
getPayload() - Method in class com.cml.idex.packets.ReturnContractAddress
 
getPayload() - Method in class com.cml.idex.packets.ReturnCurrencies
 
getPayload() - Method in class com.cml.idex.packets.ReturnDepositsWithdrawals
 
getPayload() - Method in class com.cml.idex.packets.ReturnNextNonce
 
getPayload() - Method in class com.cml.idex.packets.ReturnOpenOrders
 
getPayload() - Method in class com.cml.idex.packets.ReturnOrderBook
 
getPayload() - Method in class com.cml.idex.packets.ReturnOrderStatus
 
getPayload() - Method in class com.cml.idex.packets.ReturnOrderTrades
 
getPayload() - Method in class com.cml.idex.packets.ReturnTicker
 
getPayload() - Method in class com.cml.idex.packets.ReturnTradeHistory
 
getPayload() - Method in class com.cml.idex.packets.Withdraw
 
getPercentChange() - Method in class com.cml.idex.value.Ticker
 
getPrice() - Method in class com.cml.idex.value.Order
 
getPrice() - Method in class com.cml.idex.value.OrderTrade
 
getPrice() - Method in class com.cml.idex.value.Trade
 
getPrice() - Method in class com.cml.idex.value.TradeHistory
 
getQuoteVolume() - Method in class com.cml.idex.value.Ticker
 
getR() - Method in class com.cml.idex.value.TradeReq
 
getS() - Method in class com.cml.idex.value.TradeReq
 
getSellerFee() - Method in class com.cml.idex.value.TradeHistory
 
getSellPrecision() - Method in class com.cml.idex.value.OrderParm
 
getStatus() - Method in class com.cml.idex.value.WithdrawHistory
 
getSymbol1() - Method in class com.cml.idex.value.VolumePair
 
getSymbol2() - Method in class com.cml.idex.value.VolumePair
 
getTaker() - Method in class com.cml.idex.value.TradeHistory
 
getTid() - Method in class com.cml.idex.value.TradeHistory
 
getTimestamp() - Method in class com.cml.idex.value.DepositHistory
 
getTimestamp() - Method in class com.cml.idex.value.Order
 
getTimestamp() - Method in class com.cml.idex.value.TradeHistory
 
getTimestamp() - Method in class com.cml.idex.value.WithdrawHistory
 
getToken() - Method in class com.cml.idex.sig.WithdrawSigParms
 
getTokenBuy() - Method in class com.cml.idex.sig.OrderSigParms
 
getTokenBuy() - Method in class com.cml.idex.value.OrderParm
 
getTokenBuy() - Method in class com.cml.idex.value.TradeHistory
 
getTokenSell() - Method in class com.cml.idex.sig.OrderSigParms
 
getTokenSell() - Method in class com.cml.idex.value.OrderParm
 
getTokenSell() - Method in class com.cml.idex.value.TradeHistory
 
getTotal() - Method in class com.cml.idex.value.Order
 
getTotal() - Method in class com.cml.idex.value.OrderTrade
 
getTotal() - Method in class com.cml.idex.value.Trade
 
getTotal() - Method in class com.cml.idex.value.TradeHistory
 
getTotalVolumes() - Method in class com.cml.idex.value.Volume
 
getTransactionHash() - Method in class com.cml.idex.value.DepositHistory
 
getTransactionHash() - Method in class com.cml.idex.value.OrderTrade
 
getTransactionHash() - Method in class com.cml.idex.value.TradeHistory
 
getTransactionHash() - Method in class com.cml.idex.value.WithdrawHistory
 
getType() - Method in class com.cml.idex.value.Order
 
getType() - Method in class com.cml.idex.value.OrderTrade
 
getType() - Method in class com.cml.idex.value.Trade
 
getType() - Method in class com.cml.idex.value.TradeHistory
 
getUsdValue() - Method in class com.cml.idex.value.TradeHistory
 
getUser() - Method in class com.cml.idex.value.OrderParm
 
getUuid() - Method in class com.cml.idex.value.OrderTrade
 
getUuid() - Method in class com.cml.idex.value.Trade
 
getUuid() - Method in class com.cml.idex.value.TradeHistory
 
getV() - Method in class com.cml.idex.value.TradeReq
 
getVolume1() - Method in class com.cml.idex.value.VolumePair
 
getVolume2() - Method in class com.cml.idex.value.VolumePair
 
getVolumePairs() - Method in class com.cml.idex.value.Volume
 
getWithdrawals() - Method in class com.cml.idex.value.DepositsWithdrawals
List of Historical Withdrawals.

I

IDexAPI - Class in com.cml.idex
 
IDexAPI() - Constructor for class com.cml.idex.IDexAPI
 
IdexCrypto - Class in com.cml.idex.util
 
IdexCrypto() - Constructor for class com.cml.idex.util.IdexCrypto
 
IDexException - Exception in com.cml.idex
 
IDexException(ErrorCode) - Constructor for exception com.cml.idex.IDexException
 
IDexException(ErrorCode, String, Throwable, boolean, boolean) - Constructor for exception com.cml.idex.IDexException
 
IDexException(ErrorCode, String, Throwable) - Constructor for exception com.cml.idex.IDexException
 
IDexException(ErrorCode, String) - Constructor for exception com.cml.idex.IDexException
 
IDexException(ErrorCode, Throwable) - Constructor for exception com.cml.idex.IDexException
 
INSTANCE - Static variable in class com.cml.idex.packets.Return24Volume
 
INSTANCE - Static variable in class com.cml.idex.packets.ReturnContractAddress
 
INSTANCE - Static variable in class com.cml.idex.packets.ReturnCurrencies
 
isEmptyJson(String) - Static method in class com.cml.idex.util.Utils
Returns true if the json is empty.
isSuccessful() - Method in class com.cml.idex.value.Outcome
 
isValidEthAddress(byte[]) - Static method in class com.cml.idex.util.Utils
 

O

order(String, BigInteger, String, BigInteger, String, long, long, byte, byte[], byte[]) - Method in class com.cml.idex.IDexAPI
Places a limit order on IDEX.
order(Credentials, String, long, String, BigInteger, String, BigInteger, Long) - Method in class com.cml.idex.IDexAPI
Places a limit order on IDEX.
order(Credentials, String, BigInteger, String, BigInteger, Long) - Method in class com.cml.idex.IDexAPI
Places a limit order on IDEX.
Order - Class in com.cml.idex.value
 
Order(Long, String, Long, String, BigDecimal, BigDecimal, BigDecimal, String, OrderParm) - Constructor for class com.cml.idex.value.Order
 
OrderBook - Class in com.cml.idex.value
 
OrderBook(List<Order>, List<Order>) - Constructor for class com.cml.idex.value.OrderBook
 
OrderParm - Class in com.cml.idex.value
 
OrderParm(String, int, long, String, int, long, Long, long, String) - Constructor for class com.cml.idex.value.OrderParm
 
OrderSigParms - Class in com.cml.idex.sig
 
OrderSigParms(String, String, BigInteger, String, BigInteger, long, long, String) - Constructor for class com.cml.idex.sig.OrderSigParms
 
OrderTrade - Class in com.cml.idex.value
 
OrderTrade(BigDecimal, String, BigDecimal, BigDecimal, String, String) - Constructor for class com.cml.idex.value.OrderTrade
 
Outcome - Class in com.cml.idex.value
 
Outcome(String, Integer) - Constructor for class com.cml.idex.value.Outcome
 

P

parse(ObjectMapper, String) - Method in class com.cml.idex.packets.CancelOrder
 
parse(ObjectMapper, String) - Method in interface com.cml.idex.packets.Parser
 
parse(ObjectMapper, String) - Method in class com.cml.idex.packets.PlaceOrder
 
parse(ObjectMapper, String) - Method in class com.cml.idex.packets.PlaceTrade
 
parse(ObjectMapper, String) - Method in class com.cml.idex.packets.Return24Volume
 
parse(ObjectMapper, String) - Method in class com.cml.idex.packets.ReturnBalances
 
parse(ObjectMapper, String) - Method in class com.cml.idex.packets.ReturnCompleteBalances
 
parse(ObjectMapper, String) - Method in class com.cml.idex.packets.ReturnContractAddress
 
parse(ObjectMapper, String) - Method in class com.cml.idex.packets.ReturnCurrencies
 
parse(ObjectMapper, String) - Method in class com.cml.idex.packets.ReturnDepositsWithdrawals
 
parse(ObjectMapper, String) - Method in class com.cml.idex.packets.ReturnNextNonce
 
parse(ObjectMapper, String) - Method in class com.cml.idex.packets.ReturnOpenOrders
 
parse(ObjectMapper, String) - Method in class com.cml.idex.packets.ReturnOrderBook
 
parse(ObjectMapper, String) - Method in class com.cml.idex.packets.ReturnOrderStatus
 
parse(ObjectMapper, String) - Method in class com.cml.idex.packets.ReturnOrderTrades
 
parse(ObjectMapper, String) - Method in class com.cml.idex.packets.ReturnTicker
 
parse(ObjectMapper, String) - Method in class com.cml.idex.packets.ReturnTradeHistory
 
parse(ObjectMapper, String) - Method in class com.cml.idex.packets.Withdraw
 
parseDate(JsonNode, String) - Static method in class com.cml.idex.util.Utils
Produces DateTime from given node and field name
parseOrder(JsonNode) - Static method in class com.cml.idex.packets.ReturnOpenOrders
 
parseOrderTrade(JsonNode) - Static method in class com.cml.idex.packets.ReturnOrderTrades
 
Parser<V> - Interface in com.cml.idex.packets
 
parseTrade(JsonNode) - Static method in class com.cml.idex.packets.PlaceTrade
 
PlaceOrder - Class in com.cml.idex.packets
 
PlaceTrade - Class in com.cml.idex.packets
 
prettyPrint(ObjectMapper, String) - Static method in class com.cml.idex.util.Utils
 

R

Req - Interface in com.cml.idex.packets
 
return24Volume() - Method in class com.cml.idex.IDexAPI
Returns the 24-hour volume for all markets, plus totals for primary currencies.
Return24Volume - Class in com.cml.idex.packets
 
returnBalances(String) - Method in class com.cml.idex.IDexAPI
Returns available balances for an address(total deposited minus amount in open orders) indexed by token symbol.
ReturnBalances - Class in com.cml.idex.packets
 
returnCompleteBalances(String) - Method in class com.cml.idex.IDexAPI
Returns available balances for an address along with the amount of open orders for each token, indexed by token symbol.
ReturnCompleteBalances - Class in com.cml.idex.packets
Returns available balances for an address along with the amount of open orders for each token, indexed by token symbol.
returnContractAddress() - Method in class com.cml.idex.IDexAPI
Returns the lowest nonce that you can use from the given address in one of the contract-backed trade functions.
ReturnContractAddress - Class in com.cml.idex.packets
 
returnCurrencies() - Method in class com.cml.idex.IDexAPI
Returns an object of token data indexed by symbol.
ReturnCurrencies - Class in com.cml.idex.packets
 
returnDepositsWithdrawals(String, LocalDateTime, LocalDateTime) - Method in class com.cml.idex.IDexAPI
Returns your deposit and withdrawal history within a range, specified by the "start" and "end" optional properties.
ReturnDepositsWithdrawals - Class in com.cml.idex.packets
Returns your deposit and withdrawal history within a range, specified by the "start" and "end" properties of the JSON input, both of which must be UNIX timestamps.
returnNextNonce(String) - Method in class com.cml.idex.IDexAPI
Returns the lowest nonce that you can use from the given address in one of the contract-backed trade functions.
ReturnNextNonce - Class in com.cml.idex.packets
Returns the lowest nonce that you can use from the given address in one of the contract-backed trade functions.
returnOpenOrders(String, String, Integer, Long) - Method in class com.cml.idex.IDexAPI
Returns a paginated list of all open orders for a given market or address.
ReturnOpenOrders - Class in com.cml.idex.packets
 
returnOrderBook(String, Integer) - Method in class com.cml.idex.IDexAPI
Returns the best-priced open orders for a given market.
ReturnOrderBook - Class in com.cml.idex.packets
 
returnOrderStatus(String) - Method in class com.cml.idex.IDexAPI
Returns a single order.
ReturnOrderStatus - Class in com.cml.idex.packets
 
returnOrderTrades(String) - Method in class com.cml.idex.IDexAPI
Returns all trades involving a given order hash.
ReturnOrderTrades - Class in com.cml.idex.packets
 
returnTicker(String) - Method in class com.cml.idex.IDexAPI
Designed to behave similar to the API call of the same name provided by the Poloniex HTTP API, with the addition of highs and lows.
ReturnTicker - Class in com.cml.idex.packets
 
returnTradeHistory(String, String, Long, Long, String, Integer, Long) - Method in class com.cml.idex.IDexAPI
Returns a paginated list of all trades for a given market or address, sorted by date.
returnTradeHistory(String, String, LocalDateTime, LocalDateTime, String, Integer, Long) - Method in class com.cml.idex.IDexAPI
Returns a paginated list of all trades for a given market or address, sorted by date.
ReturnTradeHistory - Class in com.cml.idex.packets
 

S

SigParms - Interface in com.cml.idex.sig
 

T

Ticker - Class in com.cml.idex.value
 
Ticker(BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal) - Constructor for class com.cml.idex.value.Ticker
 
toBD(JsonNode, String) - Static method in class com.cml.idex.util.Utils
Returns the BigDecimal for the fieldName.
toBD(String) - Static method in class com.cml.idex.util.Utils
Converts the String to BigDecimal.
toBDrequired(JsonNode, String) - Static method in class com.cml.idex.util.Utils
Returns the BigDecimal for the fieldName.
toEpochSecond(LocalDateTime) - Static method in class com.cml.idex.util.Utils
 
toString() - Method in class com.cml.idex.value.BalanceOrder
 
toString() - Method in class com.cml.idex.value.Currency
 
toString() - Method in class com.cml.idex.value.DepositHistory
 
toString() - Method in class com.cml.idex.value.Order
 
toString() - Method in class com.cml.idex.value.OrderBook
 
toString() - Method in class com.cml.idex.value.OrderParm
 
toString() - Method in class com.cml.idex.value.Outcome
 
toString() - Method in class com.cml.idex.value.Ticker
 
toString() - Method in class com.cml.idex.value.Trade
 
toString() - Method in class com.cml.idex.value.TradeHistory
 
toString() - Method in class com.cml.idex.value.VolumePair
 
toString() - Method in class com.cml.idex.value.WithdrawHistory
 
Trade - Class in com.cml.idex.value
 
Trade(BigDecimal, LocalDateTime, BigDecimal, String, String, BigDecimal, String, String) - Constructor for class com.cml.idex.value.Trade
 
TradeHistory - Class in com.cml.idex.value
 
TradeHistory(LocalDateTime, BigDecimal, String, BigDecimal, BigDecimal, String, String, Long, BigDecimal, BigDecimal, BigDecimal, Long, String, String, String, String, String, String) - Constructor for class com.cml.idex.value.TradeHistory
 
TradeReq - Class in com.cml.idex.value
 
TradeReq(String, BigInteger, String, long, byte, byte[], byte[]) - Constructor for class com.cml.idex.value.TradeReq
 
TradeSigParms - Class in com.cml.idex.sig
 
TradeSigParms(String, BigInteger, String, Long) - Constructor for class com.cml.idex.sig.TradeSigParms
 

U

Utils - Class in com.cml.idex.util
 

V

valueOf(String) - Static method in enum com.cml.idex.ErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.cml.idex.value.WithdrawStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.cml.idex.ErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.cml.idex.value.WithdrawStatus
Returns an array containing the constants of this enum type, in the order they are declared.
Volume - Class in com.cml.idex.value
 
Volume(Map<String, VolumePair>, Map<String, BigDecimal>) - Constructor for class com.cml.idex.value.Volume
 
VolumePair - Class in com.cml.idex.value
 
VolumePair(String, BigDecimal, String, BigDecimal) - Constructor for class com.cml.idex.value.VolumePair
 

W

withdraw(String, BigInteger, String, long, byte, byte[], byte[]) - Method in class com.cml.idex.IDexAPI
Withdraws funds associated with the address.
withdraw(Credentials, String, BigInteger, String, long) - Method in class com.cml.idex.IDexAPI
Withdraws funds associated with the address.
withdraw(Credentials, BigInteger, String) - Method in class com.cml.idex.IDexAPI
Withdraws funds associated with the address.
Withdraw - Class in com.cml.idex.packets
 
Withdraw(String, BigInteger, String, long, byte, byte[], byte[]) - Constructor for class com.cml.idex.packets.Withdraw
 
WithdrawHistory - Class in com.cml.idex.value
 
WithdrawHistory(int, String, BigDecimal, long, String, WithdrawStatus) - Constructor for class com.cml.idex.value.WithdrawHistory
 
WithdrawSigParms - Class in com.cml.idex.sig
 
WithdrawSigParms(String, String, BigInteger, String, long) - Constructor for class com.cml.idex.sig.WithdrawSigParms
 
WithdrawStatus - Enum in com.cml.idex.value
 
B C D E F G I O P R S T U V W 
Skip navigation links

Copyright © 2019. All rights reserved.