A B C D G H I O P S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- adaptAccountInfo(BitcoindeAccountWrapper) - Static method in class org.knowm.xchange.bitcoinde.BitcoindeAdapters
-
Adapt a org.knowm.xchange.bitcoinde.dto.marketdata.BitcoindeAccount object to an AccountInfo object.
- adaptOpenOrders(BitcoindeMyOpenOrdersWrapper) - Static method in class org.knowm.xchange.bitcoinde.BitcoindeAdapters
- adaptOrderBook(BitcoindeOrderbookWrapper, CurrencyPair) - Static method in class org.knowm.xchange.bitcoinde.BitcoindeAdapters
-
Adapt a org.knowm.xchange.bitcoinde.dto.marketdata.BitcoindeOrderBook object to an OrderBook object.
- adaptTrades(BitcoindeTradesWrapper, CurrencyPair) - Static method in class org.knowm.xchange.bitcoinde.BitcoindeAdapters
-
Adapt a org.knowm.xchange.bitcoinde.dto.marketdata.BitcoindeTrade[] object to a Trades object.
- apiKey - Variable in class org.knowm.xchange.bitcoinde.service.BitcoindeBaseService
- ASK_COMPARATOR - Static variable in class org.knowm.xchange.bitcoinde.BitcoindeAdapters
B
- BID_COMPARATOR - Static variable in class org.knowm.xchange.bitcoinde.BitcoindeAdapters
- bitcoinde - Variable in class org.knowm.xchange.bitcoinde.service.BitcoindeBaseService
- Bitcoinde - Interface in org.knowm.xchange.bitcoinde
- BitcoindeAccountService - Class in org.knowm.xchange.bitcoinde.service
- BitcoindeAccountService(Exchange) - Constructor for class org.knowm.xchange.bitcoinde.service.BitcoindeAccountService
- BitcoindeAccountServiceRaw - Class in org.knowm.xchange.bitcoinde.service
- BitcoindeAccountServiceRaw(Exchange) - Constructor for class org.knowm.xchange.bitcoinde.service.BitcoindeAccountServiceRaw
- BitcoindeAccountWrapper - Class in org.knowm.xchange.bitcoinde.dto.account
- BitcoindeAccountWrapper() - Constructor for class org.knowm.xchange.bitcoinde.dto.account.BitcoindeAccountWrapper
-
No args constructor for use in serialization
- BitcoindeAccountWrapper(BitcoindeData, List<Object>, Integer) - Constructor for class org.knowm.xchange.bitcoinde.dto.account.BitcoindeAccountWrapper
- BitcoindeAdapters - Class in org.knowm.xchange.bitcoinde
- BitcoindeAllocation - Class in org.knowm.xchange.bitcoinde.dto.account
- BitcoindeAllocation() - Constructor for class org.knowm.xchange.bitcoinde.dto.account.BitcoindeAllocation
-
No args constructor for use in serialization
- BitcoindeAllocation(Integer, Integer, Integer) - Constructor for class org.knowm.xchange.bitcoinde.dto.account.BitcoindeAllocation
- BitcoindeAllocations - Class in org.knowm.xchange.bitcoinde.dto.account
- BitcoindeAllocations() - Constructor for class org.knowm.xchange.bitcoinde.dto.account.BitcoindeAllocations
-
No args constructor for use in serialization
- BitcoindeAllocations(BitcoindeAllocation, BitcoindeAllocation, BitcoindeAllocation) - Constructor for class org.knowm.xchange.bitcoinde.dto.account.BitcoindeAllocations
- BitcoindeBalance - Class in org.knowm.xchange.bitcoinde.dto.account
- BitcoindeBalance() - Constructor for class org.knowm.xchange.bitcoinde.dto.account.BitcoindeBalance
-
No args constructor for use in serialization
- BitcoindeBalance(BigDecimal, BigDecimal, BigDecimal) - Constructor for class org.knowm.xchange.bitcoinde.dto.account.BitcoindeBalance
- BitcoindeBalances - Class in org.knowm.xchange.bitcoinde.dto.account
- BitcoindeBalances() - Constructor for class org.knowm.xchange.bitcoinde.dto.account.BitcoindeBalances
-
No args constructor for use in serialization
- BitcoindeBalances(BitcoindeBalance, BitcoindeBalance, BitcoindeBalance) - Constructor for class org.knowm.xchange.bitcoinde.dto.account.BitcoindeBalances
- BitcoindeBaseService - Class in org.knowm.xchange.bitcoinde.service
- BitcoindeBaseService(Exchange) - Constructor for class org.knowm.xchange.bitcoinde.service.BitcoindeBaseService
-
Constructor
- bitcoindeCancelOrders(String, CurrencyPair) - Method in class org.knowm.xchange.bitcoinde.service.BitcoindeTradeServiceRaw
- BitcoindeData - Class in org.knowm.xchange.bitcoinde.dto.account
- BitcoindeData() - Constructor for class org.knowm.xchange.bitcoinde.dto.account.BitcoindeData
-
No args constructor for use in serialization
- BitcoindeData(BitcoindeBalances, BitcoindeFidorReservation, BitcoindeEncryptedInformation) - Constructor for class org.knowm.xchange.bitcoinde.dto.account.BitcoindeData
- BitcoindeDigest - Class in org.knowm.xchange.bitcoinde.service
- BitcoindeEncryptedInformation - Class in org.knowm.xchange.bitcoinde.dto.account
- BitcoindeEncryptedInformation() - Constructor for class org.knowm.xchange.bitcoinde.dto.account.BitcoindeEncryptedInformation
-
No args constructor for use in serialization
- BitcoindeEncryptedInformation(String, String, String) - Constructor for class org.knowm.xchange.bitcoinde.dto.account.BitcoindeEncryptedInformation
- BitcoindeError - Class in org.knowm.xchange.bitcoinde.dto
- BitcoindeError(String, String, String) - Constructor for class org.knowm.xchange.bitcoinde.dto.BitcoindeError
- BitcoindeException - Exception in org.knowm.xchange.bitcoinde.dto
- BitcoindeException(BitcoindeError[], int) - Constructor for exception org.knowm.xchange.bitcoinde.dto.BitcoindeException
- BitcoindeExchange - Class in org.knowm.xchange.bitcoinde
- BitcoindeExchange() - Constructor for class org.knowm.xchange.bitcoinde.BitcoindeExchange
- BitcoindeFidorReservation - Class in org.knowm.xchange.bitcoinde.dto.account
- BitcoindeFidorReservation() - Constructor for class org.knowm.xchange.bitcoinde.dto.account.BitcoindeFidorReservation
-
No args constructor for use in serialization
- BitcoindeFidorReservation(BigDecimal, BigDecimal, String, String, BitcoindeAllocations) - Constructor for class org.knowm.xchange.bitcoinde.dto.account.BitcoindeFidorReservation
- BitcoindeIdResponse - Class in org.knowm.xchange.bitcoinde.trade
- BitcoindeIdResponse(String) - Constructor for class org.knowm.xchange.bitcoinde.trade.BitcoindeIdResponse
- BitcoindeMaintenance - Class in org.knowm.xchange.bitcoinde.trade
- BitcoindeMaintenance() - Constructor for class org.knowm.xchange.bitcoinde.trade.BitcoindeMaintenance
-
No args constructor for use in serialization
- BitcoindeMaintenance(String, String, String) - Constructor for class org.knowm.xchange.bitcoinde.trade.BitcoindeMaintenance
- BitcoindeMarketDataService - Class in org.knowm.xchange.bitcoinde.service
- BitcoindeMarketDataService(Exchange) - Constructor for class org.knowm.xchange.bitcoinde.service.BitcoindeMarketDataService
-
Constructor
- BitcoindeMarketDataServiceRaw - Class in org.knowm.xchange.bitcoinde.service
- BitcoindeMarketDataServiceRaw(Exchange) - Constructor for class org.knowm.xchange.bitcoinde.service.BitcoindeMarketDataServiceRaw
-
Constructor
- BitcoindeMyOpenOrdersWrapper - Class in org.knowm.xchange.bitcoinde.trade
- BitcoindeMyOpenOrdersWrapper() - Constructor for class org.knowm.xchange.bitcoinde.trade.BitcoindeMyOpenOrdersWrapper
-
No args constructor for use in serialization
- BitcoindeMyOpenOrdersWrapper(List<BitcoindeMyOrder>, BitcoindePage, List<Object>, Integer, BitcoindeMaintenance) - Constructor for class org.knowm.xchange.bitcoinde.trade.BitcoindeMyOpenOrdersWrapper
- BitcoindeMyOrder - Class in org.knowm.xchange.bitcoinde.trade
- BitcoindeMyOrder() - Constructor for class org.knowm.xchange.bitcoinde.trade.BitcoindeMyOrder
-
No args constructor for use in serialization
- BitcoindeMyOrder(String, String, String, BigDecimal, BigDecimal, BigDecimal, Integer, Integer, BitcoindeOrderRequirements, Boolean, Integer, String, String) - Constructor for class org.knowm.xchange.bitcoinde.trade.BitcoindeMyOrder
- BitcoindeOrder - Class in org.knowm.xchange.bitcoinde.dto.marketdata
- BitcoindeOrder(BigDecimal, BigDecimal) - Constructor for class org.knowm.xchange.bitcoinde.dto.marketdata.BitcoindeOrder
- BitcoindeOrderBook - Class in org.knowm.xchange.bitcoinde.dto.marketdata
- BitcoindeOrderBook(BigDecimal[][], BigDecimal[][]) - Constructor for class org.knowm.xchange.bitcoinde.dto.marketdata.BitcoindeOrderBook
-
Constructor.
- BitcoindeOrderbookWrapper - Class in org.knowm.xchange.bitcoinde.dto.marketdata
- BitcoindeOrderbookWrapper(BitcoindeOrders, int, String[]) - Constructor for class org.knowm.xchange.bitcoinde.dto.marketdata.BitcoindeOrderbookWrapper
- BitcoindeOrderRequirements - Class in org.knowm.xchange.bitcoinde.trade
- BitcoindeOrderRequirements() - Constructor for class org.knowm.xchange.bitcoinde.trade.BitcoindeOrderRequirements
-
No args constructor for use in serialization
- BitcoindeOrderRequirements(String, Boolean, List<String>, Integer) - Constructor for class org.knowm.xchange.bitcoinde.trade.BitcoindeOrderRequirements
- BitcoindeOrders - Class in org.knowm.xchange.bitcoinde.dto.marketdata
- BitcoindeOrders(BitcoindeOrder[], BitcoindeOrder[]) - Constructor for class org.knowm.xchange.bitcoinde.dto.marketdata.BitcoindeOrders
- BitcoindePage - Class in org.knowm.xchange.bitcoinde.trade
- BitcoindePage() - Constructor for class org.knowm.xchange.bitcoinde.trade.BitcoindePage
-
No args constructor for use in serialization
- BitcoindePage(Integer, Integer) - Constructor for class org.knowm.xchange.bitcoinde.trade.BitcoindePage
- bitcoindePlaceLimitOrder(LimitOrder) - Method in class org.knowm.xchange.bitcoinde.service.BitcoindeTradeServiceRaw
- BitcoindeResponse - Class in org.knowm.xchange.bitcoinde.dto
- BitcoindeResponse(int, String[]) - Constructor for class org.knowm.xchange.bitcoinde.dto.BitcoindeResponse
- BitcoindeTrade - Class in org.knowm.xchange.bitcoinde.dto.marketdata
- BitcoindeTrade(int, BigDecimal, BigDecimal, long) - Constructor for class org.knowm.xchange.bitcoinde.dto.marketdata.BitcoindeTrade
-
Constructor
- BitcoindeTradeService - Class in org.knowm.xchange.bitcoinde.service
- BitcoindeTradeService(Exchange) - Constructor for class org.knowm.xchange.bitcoinde.service.BitcoindeTradeService
- BitcoindeTradeServiceRaw - Class in org.knowm.xchange.bitcoinde.service
- BitcoindeTradeServiceRaw(Exchange) - Constructor for class org.knowm.xchange.bitcoinde.service.BitcoindeTradeServiceRaw
- BitcoindeTradesWrapper - Class in org.knowm.xchange.bitcoinde.dto.marketdata
- BitcoindeTradesWrapper(BitcoindeTrade[], int, String[]) - Constructor for class org.knowm.xchange.bitcoinde.dto.marketdata.BitcoindeTradesWrapper
- BitcoindeUtils - Class in org.knowm.xchange.bitcoinde
- BitcoindeUtils() - Constructor for class org.knowm.xchange.bitcoinde.BitcoindeUtils
C
- cancelOrder(CancelOrderParams) - Method in class org.knowm.xchange.bitcoinde.service.BitcoindeTradeService
- CancelOrderByIdAndCurrencyPair - Interface in org.knowm.xchange.bitcoinde.service
- createBitcoindePair(CurrencyPair) - Static method in class org.knowm.xchange.bitcoinde.BitcoindeUtils
- createInstance(String, String) - Static method in class org.knowm.xchange.bitcoinde.service.BitcoindeDigest
- createOrder(String, SynchronizedValueFactory<Long>, ParamsDigest, BigDecimal, BigDecimal, String, String) - Method in interface org.knowm.xchange.bitcoinde.Bitcoinde
- createOrder(CurrencyPair, BitcoindeOrder, Order.OrderType, String, Date) - Static method in class org.knowm.xchange.bitcoinde.BitcoindeAdapters
-
Create an individual order.
- createOrders(CurrencyPair, Order.OrderType, BitcoindeOrder[]) - Static method in class org.knowm.xchange.bitcoinde.BitcoindeAdapters
-
Create a list of orders from a list of asks or bids.
D
- deleteOrder(String, SynchronizedValueFactory<Long>, ParamsDigest, String, String) - Method in interface org.knowm.xchange.bitcoinde.Bitcoinde
- digestParams(RestInvocation) - Method in class org.knowm.xchange.bitcoinde.service.BitcoindeDigest
G
- getAccount(String, SynchronizedValueFactory<Long>, ParamsDigest) - Method in interface org.knowm.xchange.bitcoinde.Bitcoinde
- getAccountInfo() - Method in class org.knowm.xchange.bitcoinde.service.BitcoindeAccountService
- getAdditionalProperties() - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeAccountWrapper
- getAdditionalProperties() - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeAllocation
- getAdditionalProperties() - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeAllocations
- getAdditionalProperties() - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeBalance
- getAdditionalProperties() - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeBalances
- getAdditionalProperties() - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeData
- getAdditionalProperties() - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeEncryptedInformation
- getAdditionalProperties() - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeFidorReservation
- getAdditionalProperties() - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMaintenance
- getAdditionalProperties() - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMyOpenOrdersWrapper
- getAdditionalProperties() - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMyOrder
- getAdditionalProperties() - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeOrderRequirements
- getAdditionalProperties() - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindePage
- getAllocation() - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeFidorReservation
- getAmount() - Method in class org.knowm.xchange.bitcoinde.dto.marketdata.BitcoindeOrder
- getAmount() - Method in class org.knowm.xchange.bitcoinde.dto.marketdata.BitcoindeTrade
- getAsks() - Method in class org.knowm.xchange.bitcoinde.dto.marketdata.BitcoindeOrderBook
- getAsks() - Method in class org.knowm.xchange.bitcoinde.dto.marketdata.BitcoindeOrders
- getAvailableAmount() - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeBalance
- getAvailableAmount() - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeFidorReservation
- getBalances() - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeData
- getBch() - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeBalances
- getBicFull() - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeEncryptedInformation
- getBicShort() - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeEncryptedInformation
- getBids() - Method in class org.knowm.xchange.bitcoinde.dto.marketdata.BitcoindeOrderBook
- getBids() - Method in class org.knowm.xchange.bitcoinde.dto.marketdata.BitcoindeOrders
- getBitcoindeAccount() - Method in class org.knowm.xchange.bitcoinde.service.BitcoindeAccountServiceRaw
- getBitcoindeOpenOrders() - Method in class org.knowm.xchange.bitcoinde.service.BitcoindeTradeServiceRaw
- getBitcoindeOrderBook(CurrencyPair) - Method in class org.knowm.xchange.bitcoinde.service.BitcoindeMarketDataServiceRaw
- getBitcoindeOrders() - Method in class org.knowm.xchange.bitcoinde.dto.marketdata.BitcoindeOrderbookWrapper
- getBitcoindeTrades(CurrencyPair, Integer) - Method in class org.knowm.xchange.bitcoinde.service.BitcoindeMarketDataServiceRaw
- getBtc() - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeAllocations
- getBtc() - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeBalances
- getCode() - Method in class org.knowm.xchange.bitcoinde.dto.BitcoindeError
- getCreatedAt() - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMyOrder
- getCredits() - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeAccountWrapper
- getCredits() - Method in exception org.knowm.xchange.bitcoinde.dto.BitcoindeException
- getCredits() - Method in class org.knowm.xchange.bitcoinde.dto.BitcoindeResponse
- getCredits() - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMyOpenOrdersWrapper
- getCurrencyPair() - Method in interface org.knowm.xchange.bitcoinde.service.CancelOrderByIdAndCurrencyPair
- getCurrent() - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindePage
- getData() - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeAccountWrapper
- getDate() - Method in class org.knowm.xchange.bitcoinde.dto.marketdata.BitcoindeTrade
- getDefaultExchangeSpecification() - Method in class org.knowm.xchange.bitcoinde.BitcoindeExchange
- getEncryptedInformation() - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeData
- getEnd() - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMaintenance
- getEndDatetime() - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMyOrder
- getErrors() - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeAccountWrapper
- getErrors() - Method in exception org.knowm.xchange.bitcoinde.dto.BitcoindeException
- getErrors() - Method in class org.knowm.xchange.bitcoinde.dto.BitcoindeResponse
- getErrors() - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMyOpenOrdersWrapper
- getEth() - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeBalances
- getEurVolumeOpenOrders() - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeAllocation
- getFidorReservation() - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeData
- getField() - Method in class org.knowm.xchange.bitcoinde.dto.BitcoindeError
- getId() - Method in interface org.knowm.xchange.bitcoinde.service.CancelOrderByIdAndCurrencyPair
- getId() - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeIdResponse
- getLast() - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindePage
- getMaintenance() - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMyOpenOrdersWrapper
- getMaxAmount() - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMyOrder
- getMaxEurVolume() - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeAllocation
- getMaxVolume() - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMyOrder
- getMessage() - Method in class org.knowm.xchange.bitcoinde.dto.BitcoindeError
- getMessage() - Method in exception org.knowm.xchange.bitcoinde.dto.BitcoindeException
- getMessage() - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMaintenance
- getMinAmount() - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMyOrder
- getMinTrustLevel() - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeOrderRequirements
- getMinVolume() - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMyOrder
- getNewOrderForRemainingAmount() - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMyOrder
- getNonceFactory() - Method in class org.knowm.xchange.bitcoinde.BitcoindeExchange
- getOnlyKycFull() - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeOrderRequirements
- getOpenOrders() - Method in class org.knowm.xchange.bitcoinde.service.BitcoindeTradeService
- getOrderBook(String, String, SynchronizedValueFactory<Long>, ParamsDigest) - Method in interface org.knowm.xchange.bitcoinde.Bitcoinde
- getOrderBook(CurrencyPair, Object...) - Method in class org.knowm.xchange.bitcoinde.service.BitcoindeMarketDataService
- getOrderId() - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMyOrder
- getOrderRequirements() - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMyOrder
- getOrders() - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMyOpenOrdersWrapper
- getOrders(String, SynchronizedValueFactory<Long>, ParamsDigest) - Method in interface org.knowm.xchange.bitcoinde.Bitcoinde
- getPage() - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMyOpenOrdersWrapper
- getPaymentOption() - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeOrderRequirements
- getPercent() - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeAllocation
- getPrice() - Method in class org.knowm.xchange.bitcoinde.dto.marketdata.BitcoindeOrder
- getPrice() - Method in class org.knowm.xchange.bitcoinde.dto.marketdata.BitcoindeTrade
- getPrice() - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMyOrder
- getReservedAmount() - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeBalance
- getReservedAt() - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeFidorReservation
- getSeatOfBank() - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeOrderRequirements
- getStart() - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMaintenance
- getState() - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMyOrder
- getTicker(CurrencyPair, Object...) - Method in class org.knowm.xchange.bitcoinde.service.BitcoindeMarketDataService
- getTid() - Method in class org.knowm.xchange.bitcoinde.dto.marketdata.BitcoindeTrade
- getTimeStamp() - Method in class org.knowm.xchange.bitcoinde.dto.marketdata.BitcoindeOrderBook
- getTotalAmount() - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeBalance
- getTotalAmount() - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeFidorReservation
- getTrades() - Method in class org.knowm.xchange.bitcoinde.dto.marketdata.BitcoindeTradesWrapper
- getTrades(String, Integer, String, SynchronizedValueFactory<Long>, ParamsDigest) - Method in interface org.knowm.xchange.bitcoinde.Bitcoinde
- getTrades(CurrencyPair, Object...) - Method in class org.knowm.xchange.bitcoinde.service.BitcoindeMarketDataService
- getTradingPair() - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMyOrder
- getType() - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMyOrder
- getUid() - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeEncryptedInformation
- getValidUntil() - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeFidorReservation
H
- handleError(BitcoindeException) - Method in class org.knowm.xchange.bitcoinde.service.BitcoindeBaseService
I
- initServices() - Method in class org.knowm.xchange.bitcoinde.BitcoindeExchange
O
- org.knowm.xchange.bitcoinde - package org.knowm.xchange.bitcoinde
- org.knowm.xchange.bitcoinde.dto - package org.knowm.xchange.bitcoinde.dto
- org.knowm.xchange.bitcoinde.dto.account - package org.knowm.xchange.bitcoinde.dto.account
- org.knowm.xchange.bitcoinde.dto.marketdata - package org.knowm.xchange.bitcoinde.dto.marketdata
- org.knowm.xchange.bitcoinde.service - package org.knowm.xchange.bitcoinde.service
- org.knowm.xchange.bitcoinde.trade - package org.knowm.xchange.bitcoinde.trade
P
- placeLimitOrder(LimitOrder) - Method in class org.knowm.xchange.bitcoinde.service.BitcoindeTradeService
S
- setAdditionalProperty(String, Object) - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeAccountWrapper
- setAdditionalProperty(String, Object) - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeAllocation
- setAdditionalProperty(String, Object) - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeAllocations
- setAdditionalProperty(String, Object) - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeBalance
- setAdditionalProperty(String, Object) - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeBalances
- setAdditionalProperty(String, Object) - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeData
- setAdditionalProperty(String, Object) - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeEncryptedInformation
- setAdditionalProperty(String, Object) - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeFidorReservation
- setAdditionalProperty(String, Object) - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMaintenance
- setAdditionalProperty(String, Object) - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMyOpenOrdersWrapper
- setAdditionalProperty(String, Object) - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMyOrder
- setAdditionalProperty(String, Object) - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeOrderRequirements
- setAdditionalProperty(String, Object) - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindePage
- setAllocation(BitcoindeAllocations) - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeFidorReservation
- setAvailableAmount(BigDecimal) - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeBalance
- setAvailableAmount(BigDecimal) - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeFidorReservation
- setBalances(BitcoindeBalances) - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeData
- setBch(BitcoindeBalance) - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeBalances
- setBicFull(String) - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeEncryptedInformation
- setBicShort(String) - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeEncryptedInformation
- setBtc(BitcoindeAllocation) - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeAllocations
- setBtc(BitcoindeBalance) - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeBalances
- setCreatedAt(String) - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMyOrder
- setCredits(Integer) - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeAccountWrapper
- setCredits(Integer) - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMyOpenOrdersWrapper
- setCurrent(Integer) - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindePage
- setData(BitcoindeData) - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeAccountWrapper
- setEncryptedInformation(BitcoindeEncryptedInformation) - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeData
- setEnd(String) - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMaintenance
- setEndDatetime(String) - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMyOrder
- setErrors(List<Object>) - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeAccountWrapper
- setErrors(List<Object>) - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMyOpenOrdersWrapper
- setEth(BitcoindeBalance) - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeBalances
- setEurVolumeOpenOrders(Integer) - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeAllocation
- setFidorReservation(BitcoindeFidorReservation) - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeData
- setLast(Integer) - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindePage
- setMaintenance(BitcoindeMaintenance) - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMyOpenOrdersWrapper
- setMaxAmount(BigDecimal) - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMyOrder
- setMaxEurVolume(Integer) - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeAllocation
- setMaxVolume(Integer) - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMyOrder
- setMessage(String) - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMaintenance
- setMinAmount(BigDecimal) - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMyOrder
- setMinTrustLevel(String) - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeOrderRequirements
- setMinVolume(Integer) - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMyOrder
- setNewOrderForRemainingAmount(Boolean) - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMyOrder
- setOnlyKycFull(Boolean) - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeOrderRequirements
- setOrderId(String) - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMyOrder
- setOrderRequirements(BitcoindeOrderRequirements) - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMyOrder
- setOrders(List<BitcoindeMyOrder>) - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMyOpenOrdersWrapper
- setPage(BitcoindePage) - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMyOpenOrdersWrapper
- setPaymentOption(Integer) - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeOrderRequirements
- setPercent(Integer) - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeAllocation
- setPrice(BigDecimal) - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMyOrder
- setReservedAmount(BigDecimal) - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeBalance
- setReservedAt(String) - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeFidorReservation
- setSeatOfBank(List<String>) - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeOrderRequirements
- setStart(String) - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMaintenance
- setState(Integer) - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMyOrder
- setTotalAmount(BigDecimal) - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeBalance
- setTotalAmount(BigDecimal) - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeFidorReservation
- setTradingPair(String) - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMyOrder
- setType(String) - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeMyOrder
- setUid(String) - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeEncryptedInformation
- setValidUntil(String) - Method in class org.knowm.xchange.bitcoinde.dto.account.BitcoindeFidorReservation
- signatureCreator - Variable in class org.knowm.xchange.bitcoinde.service.BitcoindeBaseService
T
- toString() - Method in class org.knowm.xchange.bitcoinde.dto.BitcoindeError
- toString() - Method in exception org.knowm.xchange.bitcoinde.dto.BitcoindeException
- toString() - Method in class org.knowm.xchange.bitcoinde.dto.marketdata.BitcoindeOrder
- toString() - Method in class org.knowm.xchange.bitcoinde.dto.marketdata.BitcoindeOrderBook
- toString() - Method in class org.knowm.xchange.bitcoinde.dto.marketdata.BitcoindeOrderbookWrapper
- toString() - Method in class org.knowm.xchange.bitcoinde.dto.marketdata.BitcoindeOrders
- toString() - Method in class org.knowm.xchange.bitcoinde.dto.marketdata.BitcoindeTrade
- toString() - Method in class org.knowm.xchange.bitcoinde.dto.marketdata.BitcoindeTradesWrapper
- toString() - Method in class org.knowm.xchange.bitcoinde.trade.BitcoindeIdResponse
All Classes All Packages