Index

A B C D G H I M O P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form

A

adaptOrderBook(BitsoOrderBook, CurrencyPair, int) - Static method in class org.knowm.xchange.bitso.BitsoAdapters
 
adaptTicker(BitsoTicker, CurrencyPair) - Static method in class org.knowm.xchange.bitso.BitsoAdapters
 
adaptTradeHistory(BitsoUserTransaction[]) - Static method in class org.knowm.xchange.bitso.BitsoAdapters
 
adaptTrades(BitsoTransaction[], CurrencyPair) - Static method in class org.knowm.xchange.bitso.BitsoAdapters
Adapts a Transaction[] to a Trades Object
adaptWallet(BitsoBalance) - Static method in class org.knowm.xchange.bitso.BitsoAdapters
 

B

Bitso - Interface in org.knowm.xchange.bitso
 
BitsoAccountService - Class in org.knowm.xchange.bitso.service
 
BitsoAccountService(Exchange) - Constructor for class org.knowm.xchange.bitso.service.BitsoAccountService
 
BitsoAccountServiceRaw - Class in org.knowm.xchange.bitso.service
 
BitsoAccountServiceRaw(Exchange) - Constructor for class org.knowm.xchange.bitso.service.BitsoAccountServiceRaw
 
BitsoAdapters - Class in org.knowm.xchange.bitso
 
BitsoAuthenticated - Interface in org.knowm.xchange.bitso
 
BitsoBalance - Class in org.knowm.xchange.bitso.dto.account
 
BitsoBalance(BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal, String) - Constructor for class org.knowm.xchange.bitso.dto.account.BitsoBalance
 
BitsoBaseResponse - Class in org.knowm.xchange.bitso.dto
 
BitsoBaseResponse(String) - Constructor for class org.knowm.xchange.bitso.dto.BitsoBaseResponse
 
BitsoBaseService - Class in org.knowm.xchange.bitso.service
 
BitsoBaseService(Exchange) - Constructor for class org.knowm.xchange.bitso.service.BitsoBaseService
 
BitsoDepositAddress - Class in org.knowm.xchange.bitso.dto.account
 
BitsoDepositAddress(String, String) - Constructor for class org.knowm.xchange.bitso.dto.account.BitsoDepositAddress
 
BitsoDigest - Class in org.knowm.xchange.bitso.service
 
BitsoErrorDeserializer - Class in org.knowm.xchange.bitso.dto.trade
 
BitsoErrorDeserializer() - Constructor for class org.knowm.xchange.bitso.dto.trade.BitsoErrorDeserializer
 
BitsoException - Exception in org.knowm.xchange.bitso.dto
 
BitsoException(Object) - Constructor for exception org.knowm.xchange.bitso.dto.BitsoException
 
BitsoExchange - Class in org.knowm.xchange.bitso
 
BitsoExchange() - Constructor for class org.knowm.xchange.bitso.BitsoExchange
 
BitsoMarketDataService - Class in org.knowm.xchange.bitso.service
 
BitsoMarketDataService(Exchange) - Constructor for class org.knowm.xchange.bitso.service.BitsoMarketDataService
 
BitsoMarketDataServiceRaw - Class in org.knowm.xchange.bitso.service
 
BitsoMarketDataServiceRaw(Exchange) - Constructor for class org.knowm.xchange.bitso.service.BitsoMarketDataServiceRaw
 
BitsoMarketDataServiceRaw.BitsoTime - Enum Class in org.knowm.xchange.bitso.service
 
BitsoOrder - Class in org.knowm.xchange.bitso.dto.trade
 
BitsoOrder(String, String, int, BigDecimal, BigDecimal, String) - Constructor for class org.knowm.xchange.bitso.dto.trade.BitsoOrder
Constructor
BitsoOrderBook - Class in org.knowm.xchange.bitso.dto.marketdata
 
BitsoOrderBook(Long, List<List<BigDecimal>>, List<List<BigDecimal>>) - Constructor for class org.knowm.xchange.bitso.dto.marketdata.BitsoOrderBook
Constructor
BitsoTicker - Class in org.knowm.xchange.bitso.dto.marketdata
 
BitsoTicker(BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal, Date) - Constructor for class org.knowm.xchange.bitso.dto.marketdata.BitsoTicker
 
BitsoTradeService - Class in org.knowm.xchange.bitso.service
 
BitsoTradeService(Exchange) - Constructor for class org.knowm.xchange.bitso.service.BitsoTradeService
Constructor
BitsoTradeServiceRaw - Class in org.knowm.xchange.bitso.service
 
BitsoTradeServiceRaw(Exchange) - Constructor for class org.knowm.xchange.bitso.service.BitsoTradeServiceRaw
 
BitsoTransaction - Class in org.knowm.xchange.bitso.dto.marketdata
 
BitsoTransaction(long, int, BigDecimal, BigDecimal, String) - Constructor for class org.knowm.xchange.bitso.dto.marketdata.BitsoTransaction
Constructor
BitsoTransactionTypeDeserializer - Class in org.knowm.xchange.bitso.util
 
BitsoTransactionTypeDeserializer() - Constructor for class org.knowm.xchange.bitso.util.BitsoTransactionTypeDeserializer
Constructor
BitsoUserTransaction - Class in org.knowm.xchange.bitso.dto.trade
 
BitsoUserTransaction(String, long, String, BitsoUserTransaction.TransactionType, BigDecimal, BigDecimal, BigDecimal, BigDecimal) - Constructor for class org.knowm.xchange.bitso.dto.trade.BitsoUserTransaction
Constructor
BitsoUserTransaction.TransactionType - Enum Class in org.knowm.xchange.bitso.dto.trade
 
BitsoUtils - Class in org.knowm.xchange.bitso
A central place for shared Bitso properties
buy(String, ParamsDigest, SynchronizedValueFactory<Long>, BigDecimal, BigDecimal) - Method in interface org.knowm.xchange.bitso.BitsoAuthenticated
 
buyBitoOrder(BigDecimal, BigDecimal) - Method in class org.knowm.xchange.bitso.service.BitsoTradeServiceRaw
 

C

calculateFeeBtc() - Method in class org.knowm.xchange.bitso.dto.marketdata.BitsoTransaction
 
calculateFeeMxn() - Method in class org.knowm.xchange.bitso.dto.marketdata.BitsoTransaction
 
cancelBitsoOrder(String) - Method in class org.knowm.xchange.bitso.service.BitsoTradeServiceRaw
 
cancelOrder(String) - Method in class org.knowm.xchange.bitso.service.BitsoTradeService
 
cancelOrder(String, ParamsDigest, SynchronizedValueFactory<Long>, String) - Method in interface org.knowm.xchange.bitso.BitsoAuthenticated
 
cancelOrder(CancelOrderParams) - Method in class org.knowm.xchange.bitso.service.BitsoTradeService
 
checkArgument(boolean, String, Object...) - Static method in class org.knowm.xchange.bitso.BitsoAdapters
 
createFundingHistoryParams() - Method in class org.knowm.xchange.bitso.service.BitsoAccountService
 
createInstance(String, String, String) - Static method in class org.knowm.xchange.bitso.service.BitsoDigest
 
createOpenOrdersParams() - Method in class org.knowm.xchange.bitso.service.BitsoTradeService
 
createOrder(CurrencyPair, List<BigDecimal>, Order.OrderType) - Static method in class org.knowm.xchange.bitso.BitsoAdapters
 
createOrders(CurrencyPair, Order.OrderType, List<List<BigDecimal>>) - Static method in class org.knowm.xchange.bitso.BitsoAdapters
 
createTradeHistoryParams() - Method in class org.knowm.xchange.bitso.service.BitsoTradeService
 

D

deposit - Enum constant in enum class org.knowm.xchange.bitso.dto.trade.BitsoUserTransaction.TransactionType
 
deserialize(JsonParser, DeserializationContext) - Method in class org.knowm.xchange.bitso.dto.trade.BitsoErrorDeserializer
 
digestParams(RestInvocation) - Method in class org.knowm.xchange.bitso.service.BitsoDigest
 

G

getAccountInfo() - Method in class org.knowm.xchange.bitso.service.BitsoAccountService
 
getAmount() - Method in class org.knowm.xchange.bitso.dto.marketdata.BitsoTransaction
 
getAmount() - Method in class org.knowm.xchange.bitso.dto.trade.BitsoOrder
 
getAsk() - Method in class org.knowm.xchange.bitso.dto.marketdata.BitsoTicker
 
getAsks() - Method in class org.knowm.xchange.bitso.dto.marketdata.BitsoOrderBook
(price, amount)
getBalance(String, BitsoDigest, SynchronizedValueFactory<Long>) - Method in interface org.knowm.xchange.bitso.BitsoAuthenticated
 
getBid() - Method in class org.knowm.xchange.bitso.dto.marketdata.BitsoTicker
 
getBids() - Method in class org.knowm.xchange.bitso.dto.marketdata.BitsoOrderBook
(price, amount)
getBitcoinDepositAddress(String, BitsoDigest, SynchronizedValueFactory<Long>) - Method in interface org.knowm.xchange.bitso.BitsoAuthenticated
 
getBitsoBalance() - Method in class org.knowm.xchange.bitso.service.BitsoAccountServiceRaw
 
getBitsoBitcoinDepositAddress() - Method in class org.knowm.xchange.bitso.service.BitsoAccountServiceRaw
 
getBitsoOpenOrders() - Method in class org.knowm.xchange.bitso.service.BitsoTradeServiceRaw
 
getBitsoOrderBook(CurrencyPair) - Method in class org.knowm.xchange.bitso.service.BitsoMarketDataServiceRaw
 
getBitsoTicker(CurrencyPair) - Method in class org.knowm.xchange.bitso.service.BitsoMarketDataServiceRaw
 
getBitsoTransactions(Object...) - Method in class org.knowm.xchange.bitso.service.BitsoMarketDataServiceRaw
 
getBitsoUserTransactions(Long) - Method in class org.knowm.xchange.bitso.service.BitsoTradeServiceRaw
 
getBitsoUserTransactions(Long, Long, String) - Method in class org.knowm.xchange.bitso.service.BitsoTradeServiceRaw
 
getBtc() - Method in class org.knowm.xchange.bitso.dto.trade.BitsoUserTransaction
 
getBtcAvailable() - Method in class org.knowm.xchange.bitso.dto.account.BitsoBalance
 
getBtcBalance() - Method in class org.knowm.xchange.bitso.dto.account.BitsoBalance
 
getBtcReserved() - Method in class org.knowm.xchange.bitso.dto.account.BitsoBalance
 
getDate() - Method in class org.knowm.xchange.bitso.dto.marketdata.BitsoTransaction
 
getDatetime() - Method in class org.knowm.xchange.bitso.dto.trade.BitsoOrder
 
getDatetime() - Method in class org.knowm.xchange.bitso.dto.trade.BitsoUserTransaction
 
getDefaultExchangeSpecification() - Method in class org.knowm.xchange.bitso.BitsoExchange
 
getDepositAddress() - Method in class org.knowm.xchange.bitso.dto.account.BitsoDepositAddress
 
getError() - Method in class org.knowm.xchange.bitso.dto.account.BitsoBalance
 
getError() - Method in class org.knowm.xchange.bitso.dto.BitsoBaseResponse
 
getErrorMessage() - Method in class org.knowm.xchange.bitso.dto.trade.BitsoOrder
 
getErrors() - Method in exception org.knowm.xchange.bitso.dto.BitsoException
 
getErrors(String) - Method in exception org.knowm.xchange.bitso.dto.BitsoException
 
getFee() - Method in class org.knowm.xchange.bitso.dto.account.BitsoBalance
 
getFee() - Method in class org.knowm.xchange.bitso.dto.trade.BitsoUserTransaction
 
getHigh() - Method in class org.knowm.xchange.bitso.dto.marketdata.BitsoTicker
 
getId() - Method in class org.knowm.xchange.bitso.dto.trade.BitsoOrder
 
getId() - Method in class org.knowm.xchange.bitso.dto.trade.BitsoUserTransaction
 
getLast() - Method in class org.knowm.xchange.bitso.dto.marketdata.BitsoTicker
 
getLow() - Method in class org.knowm.xchange.bitso.dto.marketdata.BitsoTicker
 
getMxn() - Method in class org.knowm.xchange.bitso.dto.trade.BitsoUserTransaction
 
getMxnAvailable() - Method in class org.knowm.xchange.bitso.dto.account.BitsoBalance
 
getMxnBalance() - Method in class org.knowm.xchange.bitso.dto.account.BitsoBalance
 
getMxnReserved() - Method in class org.knowm.xchange.bitso.dto.account.BitsoBalance
 
getOpenOrders() - Method in class org.knowm.xchange.bitso.service.BitsoTradeService
 
getOpenOrders(String, ParamsDigest, SynchronizedValueFactory<Long>) - Method in interface org.knowm.xchange.bitso.BitsoAuthenticated
 
getOpenOrders(OpenOrdersParams) - Method in class org.knowm.xchange.bitso.service.BitsoTradeService
 
getOrderBook() - Method in interface org.knowm.xchange.bitso.Bitso
Returns "bids" and "asks".
getOrderBook(CurrencyPair, Object...) - Method in class org.knowm.xchange.bitso.service.BitsoMarketDataService
 
getOrderId() - Method in class org.knowm.xchange.bitso.dto.trade.BitsoUserTransaction
 
getPrice() - Method in class org.knowm.xchange.bitso.dto.marketdata.BitsoTransaction
 
getPrice() - Method in class org.knowm.xchange.bitso.dto.trade.BitsoOrder
 
getPrice() - Method in class org.knowm.xchange.bitso.dto.trade.BitsoUserTransaction
 
getSide() - Method in class org.knowm.xchange.bitso.dto.marketdata.BitsoTransaction
 
getTicker(String) - Method in interface org.knowm.xchange.bitso.Bitso
 
getTicker(CurrencyPair, Object...) - Method in class org.knowm.xchange.bitso.service.BitsoMarketDataService
 
getTid() - Method in class org.knowm.xchange.bitso.dto.marketdata.BitsoTransaction
 
getTime() - Method in class org.knowm.xchange.bitso.dto.trade.BitsoOrder
 
getTimestamp() - Method in class org.knowm.xchange.bitso.dto.marketdata.BitsoOrderBook
 
getTimestamp() - Method in class org.knowm.xchange.bitso.dto.marketdata.BitsoTicker
 
getTradeHistory(TradeHistoryParams) - Method in class org.knowm.xchange.bitso.service.BitsoTradeService
Required parameter types: TradeHistoryParamPaging.getPageLength()
getTrades(CurrencyPair, Object...) - Method in class org.knowm.xchange.bitso.service.BitsoMarketDataService
 
getTransactions() - Method in interface org.knowm.xchange.bitso.Bitso
Returns descending list of transactions.
getTransactions(String) - Method in interface org.knowm.xchange.bitso.Bitso
Returns descending list of transactions.
getType() - Method in class org.knowm.xchange.bitso.dto.trade.BitsoOrder
 
getType() - Method in class org.knowm.xchange.bitso.dto.trade.BitsoUserTransaction
 
getUserTransactions(String, ParamsDigest, SynchronizedValueFactory<Long>, long) - Method in interface org.knowm.xchange.bitso.BitsoAuthenticated
 
getUserTransactions(String, ParamsDigest, SynchronizedValueFactory<Long>, long, long, String) - Method in interface org.knowm.xchange.bitso.BitsoAuthenticated
 
getVolume() - Method in class org.knowm.xchange.bitso.dto.marketdata.BitsoTicker
 
getVwap() - Method in class org.knowm.xchange.bitso.dto.marketdata.BitsoTicker
 

H

HOUR - Enum constant in enum class org.knowm.xchange.bitso.service.BitsoMarketDataServiceRaw.BitsoTime
 

I

initServices() - Method in class org.knowm.xchange.bitso.BitsoExchange
 
isDeposit() - Method in class org.knowm.xchange.bitso.dto.trade.BitsoUserTransaction
 
isMarketTrade() - Method in class org.knowm.xchange.bitso.dto.trade.BitsoUserTransaction
 
isWithdrawal() - Method in class org.knowm.xchange.bitso.dto.trade.BitsoUserTransaction
 

M

MINUTE - Enum constant in enum class org.knowm.xchange.bitso.service.BitsoMarketDataServiceRaw.BitsoTime
 

O

org.knowm.xchange.bitso - package org.knowm.xchange.bitso
 
org.knowm.xchange.bitso.dto - package org.knowm.xchange.bitso.dto
 
org.knowm.xchange.bitso.dto.account - package org.knowm.xchange.bitso.dto.account
 
org.knowm.xchange.bitso.dto.marketdata - package org.knowm.xchange.bitso.dto.marketdata
 
org.knowm.xchange.bitso.dto.trade - package org.knowm.xchange.bitso.dto.trade
 
org.knowm.xchange.bitso.service - package org.knowm.xchange.bitso.service
 
org.knowm.xchange.bitso.util - package org.knowm.xchange.bitso.util
 

P

parseDate(String) - Static method in class org.knowm.xchange.bitso.BitsoUtils
Format a date String for Bitso
placeLimitOrder(LimitOrder) - Method in class org.knowm.xchange.bitso.service.BitsoTradeService
 
placeMarketOrder(MarketOrder) - Method in class org.knowm.xchange.bitso.service.BitsoTradeService
 

R

requestDepositAddress(Currency, String...) - Method in class org.knowm.xchange.bitso.service.BitsoAccountService
This returns the currently set deposit address.

S

sell(String, ParamsDigest, SynchronizedValueFactory<Long>, BigDecimal, BigDecimal) - Method in interface org.knowm.xchange.bitso.BitsoAuthenticated
 
sellBitsoOrder(BigDecimal, BigDecimal) - Method in class org.knowm.xchange.bitso.service.BitsoTradeServiceRaw
 

T

toString() - Method in class org.knowm.xchange.bitso.dto.account.BitsoBalance
 
toString() - Method in class org.knowm.xchange.bitso.dto.account.BitsoDepositAddress
 
toString() - Method in class org.knowm.xchange.bitso.dto.marketdata.BitsoOrderBook
 
toString() - Method in class org.knowm.xchange.bitso.dto.marketdata.BitsoTicker
 
toString() - Method in class org.knowm.xchange.bitso.dto.marketdata.BitsoTransaction
 
toString() - Method in class org.knowm.xchange.bitso.dto.trade.BitsoOrder
 
toString() - Method in class org.knowm.xchange.bitso.dto.trade.BitsoUserTransaction
 
trade - Enum constant in enum class org.knowm.xchange.bitso.dto.trade.BitsoUserTransaction.TransactionType
 
type3_reserved - Enum constant in enum class org.knowm.xchange.bitso.dto.trade.BitsoUserTransaction.TransactionType
 
type4_reserved - Enum constant in enum class org.knowm.xchange.bitso.dto.trade.BitsoUserTransaction.TransactionType
 
type5_reseverd - Enum constant in enum class org.knowm.xchange.bitso.dto.trade.BitsoUserTransaction.TransactionType
 
type6_reseved - Enum constant in enum class org.knowm.xchange.bitso.dto.trade.BitsoUserTransaction.TransactionType
 
type7_reserved - Enum constant in enum class org.knowm.xchange.bitso.dto.trade.BitsoUserTransaction.TransactionType
 

V

valueOf(String) - Static method in enum class org.knowm.xchange.bitso.dto.trade.BitsoUserTransaction.TransactionType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.knowm.xchange.bitso.service.BitsoMarketDataServiceRaw.BitsoTime
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.knowm.xchange.bitso.dto.trade.BitsoUserTransaction.TransactionType
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.bitso.service.BitsoMarketDataServiceRaw.BitsoTime
Returns an array containing the constants of this enum class, in the order they are declared.

W

withdrawal - Enum constant in enum class org.knowm.xchange.bitso.dto.trade.BitsoUserTransaction.TransactionType
 
withdrawBitcoin(String, BitsoDigest, SynchronizedValueFactory<Long>, BigDecimal, String) - Method in interface org.knowm.xchange.bitso.BitsoAuthenticated
 
withdrawBitsoFunds(BigDecimal, String) - Method in class org.knowm.xchange.bitso.service.BitsoAccountServiceRaw
 
withdrawFunds(Currency, BigDecimal, String) - Method in class org.knowm.xchange.bitso.service.BitsoAccountService
 
withdrawFunds(WithdrawFundsParams) - Method in class org.knowm.xchange.bitso.service.BitsoAccountService
 
withdrawToRipple(String, BitsoDigest, SynchronizedValueFactory<Long>, BigDecimal, String, String) - Method in interface org.knowm.xchange.bitso.BitsoAuthenticated
 
withdrawToRipple(BigDecimal, Currency, String) - Method in class org.knowm.xchange.bitso.service.BitsoAccountServiceRaw
Withdraws funds to Ripple and associates the receiving Ripple address with the Bitso account for deposits.
A B C D G H I M O P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form