Skip navigation links
A B C D G I O P R S T W 

A

adaptOpenOrders(CoinmateOpenOrders, CurrencyPair) - Static method in class org.knowm.xchange.coinmate.CoinmateAdapters
 
adaptOrder(TradeHistoryParamsSorted.Order) - Static method in class org.knowm.xchange.coinmate.CoinmateAdapters
 
adaptOrderBook(CoinmateOrderBook, CurrencyPair) - Static method in class org.knowm.xchange.coinmate.CoinmateAdapters
 
adaptTicker(CoinmateTicker, CurrencyPair) - Static method in class org.knowm.xchange.coinmate.CoinmateAdapters
Adapts a CoinmateTicker to a Ticker Object
adaptTrade(CoinmateTransactionsEntry) - Static method in class org.knowm.xchange.coinmate.CoinmateAdapters
 
adaptTradeHistory(CoinmateTransactionHistory) - Static method in class org.knowm.xchange.coinmate.CoinmateAdapters
 
adaptTrades(CoinmateTransactions) - Static method in class org.knowm.xchange.coinmate.CoinmateAdapters
 
adaptWallet(CoinmateBalance) - Static method in class org.knowm.xchange.coinmate.CoinmateAdapters
 

B

bitcoinDepositAddresses(String, String, ParamsDigest, SynchronizedValueFactory<Long>) - Method in interface org.knowm.xchange.coinmate.CoinmateAuthenticated
 
bitcoinWithdrawal(String, String, ParamsDigest, SynchronizedValueFactory<Long>, BigDecimal, String) - Method in interface org.knowm.xchange.coinmate.CoinmateAuthenticated
 
buyCoinmateInstant(BigDecimal, String) - Method in class org.knowm.xchange.coinmate.service.CoinmateTradeServiceRaw
 
buyCoinmateLimit(BigDecimal, BigDecimal, String) - Method in class org.knowm.xchange.coinmate.service.CoinmateTradeServiceRaw
 
buyInstant(String, String, ParamsDigest, SynchronizedValueFactory<Long>, BigDecimal, String) - Method in interface org.knowm.xchange.coinmate.CoinmateAuthenticated
 
buyLimit(String, String, ParamsDigest, SynchronizedValueFactory<Long>, BigDecimal, BigDecimal, String) - Method in interface org.knowm.xchange.coinmate.CoinmateAuthenticated
 

C

cancelCoinmateOrder(String) - Method in class org.knowm.xchange.coinmate.service.CoinmateTradeServiceRaw
 
cancelCoinmateOrderWithInfo(String) - Method in class org.knowm.xchange.coinmate.service.CoinmateTradeServiceRaw
 
cancelOder(String, String, ParamsDigest, SynchronizedValueFactory<Long>, String) - Method in interface org.knowm.xchange.coinmate.CoinmateAuthenticated
 
cancelOderWithInfo(String, String, ParamsDigest, SynchronizedValueFactory<Long>, String) - Method in interface org.knowm.xchange.coinmate.CoinmateAuthenticated
 
cancelOrder(String) - Method in class org.knowm.xchange.coinmate.service.CoinmateTradeService
 
cancelOrder(CancelOrderParams) - Method in class org.knowm.xchange.coinmate.service.CoinmateTradeService
 
Coinmate - Interface in org.knowm.xchange.coinmate
 
COINMATE_CURRENCY_PAIRS - Static variable in class org.knowm.xchange.coinmate.CoinmateAdapters
 
CoinmateAccountService - Class in org.knowm.xchange.coinmate.service
 
CoinmateAccountService(Exchange) - Constructor for class org.knowm.xchange.coinmate.service.CoinmateAccountService
 
CoinmateAccountServiceRaw - Class in org.knowm.xchange.coinmate.service
 
CoinmateAccountServiceRaw(Exchange) - Constructor for class org.knowm.xchange.coinmate.service.CoinmateAccountServiceRaw
 
CoinmateAdapters - Class in org.knowm.xchange.coinmate
 
CoinmateAdapters() - Constructor for class org.knowm.xchange.coinmate.CoinmateAdapters
 
CoinmateAuthenticated - Interface in org.knowm.xchange.coinmate
 
CoinmateBalance - Class in org.knowm.xchange.coinmate.dto.account
 
CoinmateBalance(boolean, String, CoinmateBalanceData) - Constructor for class org.knowm.xchange.coinmate.dto.account.CoinmateBalance
 
CoinmateBalanceData - Class in org.knowm.xchange.coinmate.dto.account
 
CoinmateBalanceData() - Constructor for class org.knowm.xchange.coinmate.dto.account.CoinmateBalanceData
 
CoinmateBalanceDataEntry - Class in org.knowm.xchange.coinmate.dto.account
 
CoinmateBalanceDataEntry(String, BigDecimal, BigDecimal, BigDecimal) - Constructor for class org.knowm.xchange.coinmate.dto.account.CoinmateBalanceDataEntry
 
CoinmateBaseResponse<T> - Class in org.knowm.xchange.coinmate.dto
 
CoinmateBaseResponse(boolean, String, T) - Constructor for class org.knowm.xchange.coinmate.dto.CoinmateBaseResponse
 
CoinmateBaseService - Class in org.knowm.xchange.coinmate.service
 
CoinmateBaseService(Exchange) - Constructor for class org.knowm.xchange.coinmate.service.CoinmateBaseService
 
coinmateBitcoinDepositAddresses() - Method in class org.knowm.xchange.coinmate.service.CoinmateAccountServiceRaw
 
coinmateBitcoinWithdrawal(BigDecimal, String) - Method in class org.knowm.xchange.coinmate.service.CoinmateAccountServiceRaw
 
CoinmateCancelOrderResponse - Class in org.knowm.xchange.coinmate.dto.trade
 
CoinmateCancelOrderResponse(boolean, String, Boolean) - Constructor for class org.knowm.xchange.coinmate.dto.trade.CoinmateCancelOrderResponse
 
CoinmateCancelOrderWithInfoResponse - Class in org.knowm.xchange.coinmate.dto.trade
 
CoinmateCancelOrderWithInfoResponse(boolean, String, CoinmateCancelOrderWithInfoResponseData) - Constructor for class org.knowm.xchange.coinmate.dto.trade.CoinmateCancelOrderWithInfoResponse
 
CoinmateCancelOrderWithInfoResponseData - Class in org.knowm.xchange.coinmate.dto.trade
 
CoinmateCancelOrderWithInfoResponseData(boolean, BigDecimal) - Constructor for class org.knowm.xchange.coinmate.dto.trade.CoinmateCancelOrderWithInfoResponseData
 
CoinmateDepositAddresses - Class in org.knowm.xchange.coinmate.dto.account
 
CoinmateDepositAddresses(boolean, String, ArrayList<String>) - Constructor for class org.knowm.xchange.coinmate.dto.account.CoinmateDepositAddresses
 
CoinmateDigest - Class in org.knowm.xchange.coinmate.service
This is based on BitstampDigest
CoinmateException - Exception in org.knowm.xchange.coinmate
 
CoinmateException(String) - Constructor for exception org.knowm.xchange.coinmate.CoinmateException
 
CoinmateExchange - Class in org.knowm.xchange.coinmate
 
CoinmateExchange() - Constructor for class org.knowm.xchange.coinmate.CoinmateExchange
 
CoinmateMarketDataService - Class in org.knowm.xchange.coinmate.service
 
CoinmateMarketDataService(Exchange) - Constructor for class org.knowm.xchange.coinmate.service.CoinmateMarketDataService
 
CoinmateMarketDataServiceRaw - Class in org.knowm.xchange.coinmate.service
 
CoinmateMarketDataServiceRaw(Exchange) - Constructor for class org.knowm.xchange.coinmate.service.CoinmateMarketDataServiceRaw
 
CoinmateOpenOrders - Class in org.knowm.xchange.coinmate.dto.trade
 
CoinmateOpenOrders(boolean, String, CoinmateOpenOrdersData) - Constructor for class org.knowm.xchange.coinmate.dto.trade.CoinmateOpenOrders
 
CoinmateOpenOrdersData - Class in org.knowm.xchange.coinmate.dto.trade
 
CoinmateOpenOrdersData() - Constructor for class org.knowm.xchange.coinmate.dto.trade.CoinmateOpenOrdersData
 
CoinmateOpenOrdersEntry - Class in org.knowm.xchange.coinmate.dto.trade
 
CoinmateOpenOrdersEntry(long, long, String, BigDecimal, BigDecimal) - Constructor for class org.knowm.xchange.coinmate.dto.trade.CoinmateOpenOrdersEntry
 
CoinmateOpenOrdersParams - Class in org.knowm.xchange.coinmate.service
 
CoinmateOpenOrdersParams() - Constructor for class org.knowm.xchange.coinmate.service.CoinmateOpenOrdersParams
 
CoinmateOrderBook - Class in org.knowm.xchange.coinmate.dto.marketdata
 
CoinmateOrderBook(boolean, String, CoinmateOrderBookData) - Constructor for class org.knowm.xchange.coinmate.dto.marketdata.CoinmateOrderBook
 
CoinmateOrderBookData - Class in org.knowm.xchange.coinmate.dto.marketdata
 
CoinmateOrderBookData(List<CoinmateOrderBookEntry>, List<CoinmateOrderBookEntry>) - Constructor for class org.knowm.xchange.coinmate.dto.marketdata.CoinmateOrderBookData
 
CoinmateOrderBookEntry - Class in org.knowm.xchange.coinmate.dto.marketdata
 
CoinmateOrderBookEntry(BigDecimal, BigDecimal) - Constructor for class org.knowm.xchange.coinmate.dto.marketdata.CoinmateOrderBookEntry
 
CoinmateTicker - Class in org.knowm.xchange.coinmate.dto.marketdata
 
CoinmateTicker(boolean, String, CoinmateTickerData) - Constructor for class org.knowm.xchange.coinmate.dto.marketdata.CoinmateTicker
 
CoinmateTickerData - Class in org.knowm.xchange.coinmate.dto.marketdata
 
CoinmateTickerData(BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal, long) - Constructor for class org.knowm.xchange.coinmate.dto.marketdata.CoinmateTickerData
 
CoinmateTradeResponse - Class in org.knowm.xchange.coinmate.dto.trade
 
CoinmateTradeResponse(boolean, String, Long) - Constructor for class org.knowm.xchange.coinmate.dto.trade.CoinmateTradeResponse
 
CoinmateTradeService - Class in org.knowm.xchange.coinmate.service
 
CoinmateTradeService(Exchange) - Constructor for class org.knowm.xchange.coinmate.service.CoinmateTradeService
 
CoinmateTradeServiceRaw - Class in org.knowm.xchange.coinmate.service
 
CoinmateTradeServiceRaw(Exchange) - Constructor for class org.knowm.xchange.coinmate.service.CoinmateTradeServiceRaw
 
CoinmateTransactionHistory - Class in org.knowm.xchange.coinmate.dto.trade
 
CoinmateTransactionHistory(boolean, String, CoinmateTransactionHistoryData) - Constructor for class org.knowm.xchange.coinmate.dto.trade.CoinmateTransactionHistory
 
CoinmateTransactionHistoryData - Class in org.knowm.xchange.coinmate.dto.trade
 
CoinmateTransactionHistoryData() - Constructor for class org.knowm.xchange.coinmate.dto.trade.CoinmateTransactionHistoryData
 
CoinmateTransactionHistoryEntry - Class in org.knowm.xchange.coinmate.dto.trade
 
CoinmateTransactionHistoryEntry(long, long, String, BigDecimal, String, BigDecimal, String, BigDecimal, String, String, String, long) - Constructor for class org.knowm.xchange.coinmate.dto.trade.CoinmateTransactionHistoryEntry
 
CoinmateTransactions - Class in org.knowm.xchange.coinmate.dto.marketdata
 
CoinmateTransactions(boolean, String, CoinmateTransactionsData) - Constructor for class org.knowm.xchange.coinmate.dto.marketdata.CoinmateTransactions
 
CoinmateTransactionsData - Class in org.knowm.xchange.coinmate.dto.marketdata
 
CoinmateTransactionsData() - Constructor for class org.knowm.xchange.coinmate.dto.marketdata.CoinmateTransactionsData
 
CoinmateTransactionsEntry - Class in org.knowm.xchange.coinmate.dto.marketdata
 
CoinmateTransactionsEntry(long, String, BigDecimal, BigDecimal, String) - Constructor for class org.knowm.xchange.coinmate.dto.marketdata.CoinmateTransactionsEntry
 
CoinmateUtils - Class in org.knowm.xchange.coinmate
Conversion between XChange CurrencyPair and Coinmate API
CoinmateUtils() - Constructor for class org.knowm.xchange.coinmate.CoinmateUtils
 
createFundingHistoryParams() - Method in class org.knowm.xchange.coinmate.service.CoinmateAccountService
 
createInstance(String, String, String) - Static method in class org.knowm.xchange.coinmate.service.CoinmateDigest
 
createOpenOrdersParams() - Method in class org.knowm.xchange.coinmate.service.CoinmateTradeService
 
createOrders(List<CoinmateOrderBookEntry>, Order.OrderType, CurrencyPair) - Static method in class org.knowm.xchange.coinmate.CoinmateAdapters
 
createTradeHistoryParams() - Method in class org.knowm.xchange.coinmate.service.CoinmateTradeService
 

D

digestParams(RestInvocation) - Method in class org.knowm.xchange.coinmate.service.CoinmateDigest
 

G

getAccountInfo() - Method in class org.knowm.xchange.coinmate.service.CoinmateAccountService
 
getAmount() - Method in class org.knowm.xchange.coinmate.dto.marketdata.CoinmateOrderBookEntry
 
getAmount() - Method in class org.knowm.xchange.coinmate.dto.marketdata.CoinmateTickerData
 
getAmount() - Method in class org.knowm.xchange.coinmate.dto.marketdata.CoinmateTransactionsEntry
 
getAmount() - Method in class org.knowm.xchange.coinmate.dto.trade.CoinmateOpenOrdersEntry
 
getAmount() - Method in class org.knowm.xchange.coinmate.dto.trade.CoinmateTransactionHistoryEntry
 
getAmountCurrency() - Method in class org.knowm.xchange.coinmate.dto.trade.CoinmateTransactionHistoryEntry
 
getAsk() - Method in class org.knowm.xchange.coinmate.dto.marketdata.CoinmateTickerData
 
getAsks() - Method in class org.knowm.xchange.coinmate.dto.marketdata.CoinmateOrderBookData
 
getAvailable() - Method in class org.knowm.xchange.coinmate.dto.account.CoinmateBalanceDataEntry
 
getBalance() - Method in class org.knowm.xchange.coinmate.dto.account.CoinmateBalanceDataEntry
 
getBalances(String, String, ParamsDigest, SynchronizedValueFactory<Long>) - Method in interface org.knowm.xchange.coinmate.CoinmateAuthenticated
 
getBid() - Method in class org.knowm.xchange.coinmate.dto.marketdata.CoinmateTickerData
 
getBids() - Method in class org.knowm.xchange.coinmate.dto.marketdata.CoinmateOrderBookData
 
getCoinmateBalance() - Method in class org.knowm.xchange.coinmate.service.CoinmateAccountServiceRaw
 
getCoinmateOpenOrders(String) - Method in class org.knowm.xchange.coinmate.service.CoinmateTradeServiceRaw
 
getCoinmateOrderBook(String, boolean) - Method in class org.knowm.xchange.coinmate.service.CoinmateMarketDataServiceRaw
 
getCoinmateTicker(String) - Method in class org.knowm.xchange.coinmate.service.CoinmateMarketDataServiceRaw
 
getCoinmateTradeHistory(int, int, String) - Method in class org.knowm.xchange.coinmate.service.CoinmateTradeServiceRaw
 
getCoinmateTransactions(int) - Method in class org.knowm.xchange.coinmate.service.CoinmateMarketDataServiceRaw
 
getCurrency() - Method in class org.knowm.xchange.coinmate.dto.account.CoinmateBalanceDataEntry
 
getCurrencyPair() - Method in class org.knowm.xchange.coinmate.dto.marketdata.CoinmateTransactionsEntry
 
getData() - Method in class org.knowm.xchange.coinmate.dto.CoinmateBaseResponse
 
getDefaultExchangeSpecification() - Method in class org.knowm.xchange.coinmate.CoinmateExchange
 
getDescription() - Method in class org.knowm.xchange.coinmate.dto.trade.CoinmateTransactionHistoryEntry
 
getErrorMessage() - Method in class org.knowm.xchange.coinmate.dto.CoinmateBaseResponse
 
getFee() - Method in class org.knowm.xchange.coinmate.dto.trade.CoinmateTransactionHistoryEntry
 
getFeeCurrency() - Method in class org.knowm.xchange.coinmate.dto.trade.CoinmateTransactionHistoryEntry
 
getFundingHistory(TradeHistoryParams) - Method in class org.knowm.xchange.coinmate.service.CoinmateAccountService
 
getHigh() - Method in class org.knowm.xchange.coinmate.dto.marketdata.CoinmateTickerData
 
getId() - Method in class org.knowm.xchange.coinmate.dto.trade.CoinmateOpenOrdersEntry
 
getLast() - Method in class org.knowm.xchange.coinmate.dto.marketdata.CoinmateTickerData
 
getLow() - Method in class org.knowm.xchange.coinmate.dto.marketdata.CoinmateTickerData
 
getNonceFactory() - Method in class org.knowm.xchange.coinmate.CoinmateExchange
 
getOpenOrders(String, String, ParamsDigest, SynchronizedValueFactory<Long>, String) - Method in interface org.knowm.xchange.coinmate.CoinmateAuthenticated
 
getOpenOrders() - Method in class org.knowm.xchange.coinmate.service.CoinmateTradeService
 
getOpenOrders(OpenOrdersParams) - Method in class org.knowm.xchange.coinmate.service.CoinmateTradeService
 
getOrder(String...) - Method in class org.knowm.xchange.coinmate.service.CoinmateTradeService
 
getOrderBook(String, boolean) - Method in interface org.knowm.xchange.coinmate.Coinmate
 
getOrderBook(CurrencyPair, Object...) - Method in class org.knowm.xchange.coinmate.service.CoinmateMarketDataService
 
getOrderId() - Method in class org.knowm.xchange.coinmate.dto.trade.CoinmateTransactionHistoryEntry
 
getPair(CurrencyPair) - Static method in class org.knowm.xchange.coinmate.CoinmateUtils
 
getPair(String) - Static method in class org.knowm.xchange.coinmate.CoinmateUtils
 
getPrice() - Method in class org.knowm.xchange.coinmate.dto.marketdata.CoinmateOrderBookEntry
 
getPrice() - Method in class org.knowm.xchange.coinmate.dto.marketdata.CoinmateTransactionsEntry
 
getPrice() - Method in class org.knowm.xchange.coinmate.dto.trade.CoinmateOpenOrdersEntry
 
getPrice() - Method in class org.knowm.xchange.coinmate.dto.trade.CoinmateTransactionHistoryEntry
 
getPriceCurrency() - Method in class org.knowm.xchange.coinmate.dto.trade.CoinmateTransactionHistoryEntry
 
getRemainingAmount() - Method in class org.knowm.xchange.coinmate.dto.trade.CoinmateCancelOrderWithInfoResponseData
 
getReserved() - Method in class org.knowm.xchange.coinmate.dto.account.CoinmateBalanceDataEntry
 
getStatus() - Method in class org.knowm.xchange.coinmate.dto.trade.CoinmateTransactionHistoryEntry
 
getTicker(String) - Method in interface org.knowm.xchange.coinmate.Coinmate
 
getTicker(CurrencyPair, Object...) - Method in class org.knowm.xchange.coinmate.service.CoinmateMarketDataService
 
getTimestamp() - Method in class org.knowm.xchange.coinmate.dto.marketdata.CoinmateTickerData
 
getTimestamp() - Method in class org.knowm.xchange.coinmate.dto.marketdata.CoinmateTransactionsEntry
 
getTimestamp() - Method in class org.knowm.xchange.coinmate.dto.trade.CoinmateOpenOrdersEntry
 
getTimestamp() - Method in class org.knowm.xchange.coinmate.dto.trade.CoinmateTransactionHistoryEntry
 
getTradeHistory(TradeHistoryParams) - Method in class org.knowm.xchange.coinmate.service.CoinmateTradeService
 
getTrades(CurrencyPair, Object...) - Method in class org.knowm.xchange.coinmate.service.CoinmateMarketDataService
 
getTransactionHistory(String, String, ParamsDigest, SynchronizedValueFactory<Long>, int, int, String) - Method in interface org.knowm.xchange.coinmate.CoinmateAuthenticated
 
getTransactionId() - Method in class org.knowm.xchange.coinmate.dto.marketdata.CoinmateTransactionsEntry
 
getTransactionId() - Method in class org.knowm.xchange.coinmate.dto.trade.CoinmateTransactionHistoryEntry
 
getTransactions(int) - Method in interface org.knowm.xchange.coinmate.Coinmate
 
getTransactionType() - Method in class org.knowm.xchange.coinmate.dto.trade.CoinmateTransactionHistoryEntry
 
getType() - Method in class org.knowm.xchange.coinmate.dto.trade.CoinmateOpenOrdersEntry
 

I

initServices() - Method in class org.knowm.xchange.coinmate.CoinmateExchange
 
isError() - Method in class org.knowm.xchange.coinmate.dto.CoinmateBaseResponse
 
isSuccess() - Method in class org.knowm.xchange.coinmate.dto.trade.CoinmateCancelOrderWithInfoResponseData
 

O

org.knowm.xchange.coinmate - package org.knowm.xchange.coinmate
 
org.knowm.xchange.coinmate.dto - package org.knowm.xchange.coinmate.dto
 
org.knowm.xchange.coinmate.dto.account - package org.knowm.xchange.coinmate.dto.account
 
org.knowm.xchange.coinmate.dto.marketdata - package org.knowm.xchange.coinmate.dto.marketdata
 
org.knowm.xchange.coinmate.dto.trade - package org.knowm.xchange.coinmate.dto.trade
 
org.knowm.xchange.coinmate.service - package org.knowm.xchange.coinmate.service
 

P

placeLimitOrder(LimitOrder) - Method in class org.knowm.xchange.coinmate.service.CoinmateTradeService
 
placeMarketOrder(MarketOrder) - Method in class org.knowm.xchange.coinmate.service.CoinmateTradeService
 

R

requestDepositAddress(Currency, String...) - Method in class org.knowm.xchange.coinmate.service.CoinmateAccountService
 

S

sellCoinmateInstant(BigDecimal, String) - Method in class org.knowm.xchange.coinmate.service.CoinmateTradeServiceRaw
 
sellCoinmateLimit(BigDecimal, BigDecimal, String) - Method in class org.knowm.xchange.coinmate.service.CoinmateTradeServiceRaw
 
sellInstant(String, String, ParamsDigest, SynchronizedValueFactory<Long>, BigDecimal, String) - Method in interface org.knowm.xchange.coinmate.CoinmateAuthenticated
 
sellLimit(String, String, ParamsDigest, SynchronizedValueFactory<Long>, BigDecimal, BigDecimal, String) - Method in interface org.knowm.xchange.coinmate.CoinmateAuthenticated
 

T

throwExceptionIfError(CoinmateBaseResponse) - Static method in class org.knowm.xchange.coinmate.service.CoinmateBaseService
 

W

withdrawFunds(Currency, BigDecimal, String) - Method in class org.knowm.xchange.coinmate.service.CoinmateAccountService
 
withdrawFunds(WithdrawFundsParams) - Method in class org.knowm.xchange.coinmate.service.CoinmateAccountService
 
A B C D G I O P R S T W 
Skip navigation links

Copyright © 2015–2017 Coinmate. All rights reserved.