Index
All Classes and Interfaces|All Packages|Serialized Form
A
- accept(LimitOrder) - Method in class org.knowm.xchange.coinfloor.service.CoinfloorOpenOrdersParams
- adaptAccountInfo(Collection<Currency>, Collection<CoinfloorBalance>) - Static method in class org.knowm.xchange.coinfloor.CoinfloorAdapters
- adaptOpenOrders(Collection<CoinfloorOrder>) - Static method in class org.knowm.xchange.coinfloor.CoinfloorAdapters
- adaptOrderBook(CoinfloorOrderBook, CurrencyPair) - Static method in class org.knowm.xchange.coinfloor.CoinfloorAdapters
- adaptTicker(CoinfloorTicker, CurrencyPair) - Static method in class org.knowm.xchange.coinfloor.CoinfloorAdapters
- adaptTradeHistory(Collection<CoinfloorUserTransaction>) - Static method in class org.knowm.xchange.coinfloor.CoinfloorAdapters
- adaptTrades(CoinfloorTransaction[], CurrencyPair) - Static method in class org.knowm.xchange.coinfloor.CoinfloorAdapters
B
- bch - Variable in class org.knowm.xchange.coinfloor.dto.trade.CoinfloorUserTransaction
- bch_gbp - Variable in class org.knowm.xchange.coinfloor.dto.trade.CoinfloorUserTransaction
- bchAvailable - Variable in class org.knowm.xchange.coinfloor.dto.account.CoinfloorBalance
- bchBalance - Variable in class org.knowm.xchange.coinfloor.dto.account.CoinfloorBalance
- bchReserved - Variable in class org.knowm.xchange.coinfloor.dto.account.CoinfloorBalance
- btc - Variable in class org.knowm.xchange.coinfloor.dto.trade.CoinfloorUserTransaction
- btc_eur - Variable in class org.knowm.xchange.coinfloor.dto.trade.CoinfloorUserTransaction
- btc_gbp - Variable in class org.knowm.xchange.coinfloor.dto.trade.CoinfloorUserTransaction
- btc_usd - Variable in class org.knowm.xchange.coinfloor.dto.trade.CoinfloorUserTransaction
- btcAvailable - Variable in class org.knowm.xchange.coinfloor.dto.account.CoinfloorBalance
- btcBalance - Variable in class org.knowm.xchange.coinfloor.dto.account.CoinfloorBalance
- btcReserved - Variable in class org.knowm.xchange.coinfloor.dto.account.CoinfloorBalance
- buy(Currency, Currency, BigDecimal, BigDecimal) - Method in interface org.knowm.xchange.coinfloor.CoinfloorAuthenticated
- buyMarket(Currency, Currency, BigDecimal) - Method in interface org.knowm.xchange.coinfloor.CoinfloorAuthenticated
C
- cancelOrder(String) - Method in class org.knowm.xchange.coinfloor.service.CoinfloorTradeService
- cancelOrder(CurrencyPair, long) - Method in class org.knowm.xchange.coinfloor.service.CoinfloorTradeServiceRaw
- cancelOrder(Currency, Currency, long) - Method in interface org.knowm.xchange.coinfloor.CoinfloorAuthenticated
- cancelOrder(CancelOrderParams) - Method in class org.knowm.xchange.coinfloor.service.CoinfloorTradeService
- coinfloor - Variable in class org.knowm.xchange.coinfloor.service.CoinfloorAuthenticatedService
- CoinfloorAccountService - Class in org.knowm.xchange.coinfloor.service
- CoinfloorAccountService(Exchange) - Constructor for class org.knowm.xchange.coinfloor.service.CoinfloorAccountService
- CoinfloorAccountServiceRaw - Class in org.knowm.xchange.coinfloor.service
- CoinfloorAccountServiceRaw(Exchange) - Constructor for class org.knowm.xchange.coinfloor.service.CoinfloorAccountServiceRaw
- CoinfloorAdapters - Class in org.knowm.xchange.coinfloor
- CoinfloorAdapters() - Constructor for class org.knowm.xchange.coinfloor.CoinfloorAdapters
- CoinfloorAuthenticated - Interface in org.knowm.xchange.coinfloor
- CoinfloorAuthenticatedService - Class in org.knowm.xchange.coinfloor.service
- CoinfloorAuthenticatedService(Exchange) - Constructor for class org.knowm.xchange.coinfloor.service.CoinfloorAuthenticatedService
- CoinfloorBalance - Class in org.knowm.xchange.coinfloor.dto.account
- CoinfloorBalance() - Constructor for class org.knowm.xchange.coinfloor.dto.account.CoinfloorBalance
- CoinfloorException - Exception in org.knowm.xchange.coinfloor.dto
- CoinfloorException(int, String) - Constructor for exception org.knowm.xchange.coinfloor.dto.CoinfloorException
- CoinfloorExchange - Class in org.knowm.xchange.coinfloor
- CoinfloorExchange() - Constructor for class org.knowm.xchange.coinfloor.CoinfloorExchange
- CoinfloorMarketDataService - Class in org.knowm.xchange.coinfloor.service
- CoinfloorMarketDataService(Exchange) - Constructor for class org.knowm.xchange.coinfloor.service.CoinfloorMarketDataService
- CoinfloorMarketDataServiceRaw - Class in org.knowm.xchange.coinfloor.service
- CoinfloorMarketDataServiceRaw(Exchange) - Constructor for class org.knowm.xchange.coinfloor.service.CoinfloorMarketDataServiceRaw
- CoinfloorMarketDataServiceRaw.CoinfloorInterval - Enum Class in org.knowm.xchange.coinfloor.service
- CoinfloorMarketOrderResponse - Class in org.knowm.xchange.coinfloor.dto.trade
- CoinfloorMarketOrderResponse(BigDecimal) - Constructor for class org.knowm.xchange.coinfloor.dto.trade.CoinfloorMarketOrderResponse
- CoinfloorOpenOrdersParams - Class in org.knowm.xchange.coinfloor.service
- CoinfloorOpenOrdersParams() - Constructor for class org.knowm.xchange.coinfloor.service.CoinfloorOpenOrdersParams
- CoinfloorOrder - Class in org.knowm.xchange.coinfloor.dto.trade
- CoinfloorOrder(String, Object, int, String, int, BigDecimal, BigDecimal) - Constructor for class org.knowm.xchange.coinfloor.dto.trade.CoinfloorOrder
- CoinfloorOrderBook - Class in org.knowm.xchange.coinfloor.dto.markedata
- CoinfloorOrderBook(List<List<BigDecimal>>, List<List<BigDecimal>>) - Constructor for class org.knowm.xchange.coinfloor.dto.markedata.CoinfloorOrderBook
- CoinfloorPublic - Interface in org.knowm.xchange.coinfloor
- CoinfloorService - Class in org.knowm.xchange.coinfloor.service
- CoinfloorService(Exchange) - Constructor for class org.knowm.xchange.coinfloor.service.CoinfloorService
- CoinfloorTicker - Class in org.knowm.xchange.coinfloor.dto.markedata
- CoinfloorTicker(BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal) - Constructor for class org.knowm.xchange.coinfloor.dto.markedata.CoinfloorTicker
- CoinfloorTradeHistoryParams - Class in org.knowm.xchange.coinfloor.service
- CoinfloorTradeHistoryParams() - Constructor for class org.knowm.xchange.coinfloor.service.CoinfloorTradeHistoryParams
- CoinfloorTradeService - Class in org.knowm.xchange.coinfloor.service
- CoinfloorTradeService(Exchange) - Constructor for class org.knowm.xchange.coinfloor.service.CoinfloorTradeService
- CoinfloorTradeServiceRaw - Class in org.knowm.xchange.coinfloor.service
- CoinfloorTradeServiceRaw(Exchange) - Constructor for class org.knowm.xchange.coinfloor.service.CoinfloorTradeServiceRaw
- CoinfloorTransaction - Class in org.knowm.xchange.coinfloor.dto.markedata
- CoinfloorTransaction(long, long, BigDecimal, BigDecimal) - Constructor for class org.knowm.xchange.coinfloor.dto.markedata.CoinfloorTransaction
- CoinfloorTransactionTypeDeserializer() - Constructor for class org.knowm.xchange.coinfloor.dto.trade.CoinfloorUserTransaction.CoinfloorTransactionTypeDeserializer
- CoinfloorUserTransaction - Class in org.knowm.xchange.coinfloor.dto.trade
- CoinfloorUserTransaction() - Constructor for class org.knowm.xchange.coinfloor.dto.trade.CoinfloorUserTransaction
- CoinfloorUserTransaction.CoinfloorTransactionTypeDeserializer - Class in org.knowm.xchange.coinfloor.dto.trade
- CoinfloorUserTransaction.TransactionType - Enum Class in org.knowm.xchange.coinfloor.dto.trade
- CoinfloorUtils - Class in org.knowm.xchange.coinfloor
- createOpenOrdersParams() - Method in class org.knowm.xchange.coinfloor.service.CoinfloorTradeService
-
By default if no CurrencyPairs are specified then the trade history for all markets will be returned.
- createTradeHistoryParams() - Method in class org.knowm.xchange.coinfloor.service.CoinfloorTradeService
-
By default if no CurrencyPairs are specified then the trade history for all markets will be returned.
D
- datetime - Variable in class org.knowm.xchange.coinfloor.dto.trade.CoinfloorUserTransaction
- DAY - Enum constant in enum class org.knowm.xchange.coinfloor.service.CoinfloorMarketDataServiceRaw.CoinfloorInterval
- DEPOSIT - Enum constant in enum class org.knowm.xchange.coinfloor.dto.trade.CoinfloorUserTransaction.TransactionType
- deserialize(JsonParser, DeserializationContext) - Method in class org.knowm.xchange.coinfloor.dto.trade.CoinfloorUserTransaction.CoinfloorTransactionTypeDeserializer
E
- eth - Variable in class org.knowm.xchange.coinfloor.dto.trade.CoinfloorUserTransaction
- eth_gbp - Variable in class org.knowm.xchange.coinfloor.dto.trade.CoinfloorUserTransaction
- ethAvailable - Variable in class org.knowm.xchange.coinfloor.dto.account.CoinfloorBalance
- ethBalance - Variable in class org.knowm.xchange.coinfloor.dto.account.CoinfloorBalance
- ethReserved - Variable in class org.knowm.xchange.coinfloor.dto.account.CoinfloorBalance
- eur - Variable in class org.knowm.xchange.coinfloor.dto.trade.CoinfloorUserTransaction
- eurAvailable - Variable in class org.knowm.xchange.coinfloor.dto.account.CoinfloorBalance
- eurBalance - Variable in class org.knowm.xchange.coinfloor.dto.account.CoinfloorBalance
- eurReserved - Variable in class org.knowm.xchange.coinfloor.dto.account.CoinfloorBalance
F
- fee - Variable in class org.knowm.xchange.coinfloor.dto.trade.CoinfloorUserTransaction
G
- gbp - Variable in class org.knowm.xchange.coinfloor.dto.trade.CoinfloorUserTransaction
- gbpAvailable - Variable in class org.knowm.xchange.coinfloor.dto.account.CoinfloorBalance
- gbpBalance - Variable in class org.knowm.xchange.coinfloor.dto.account.CoinfloorBalance
- gbpReserved - Variable in class org.knowm.xchange.coinfloor.dto.account.CoinfloorBalance
- getAccountInfo() - Method in class org.knowm.xchange.coinfloor.service.CoinfloorAccountService
- getAmount() - Method in class org.knowm.xchange.coinfloor.dto.markedata.CoinfloorTransaction
- getAmount() - Method in class org.knowm.xchange.coinfloor.dto.trade.CoinfloorOrder
- getAmount() - Method in class org.knowm.xchange.coinfloor.dto.trade.CoinfloorUserTransaction
- getAsk() - Method in class org.knowm.xchange.coinfloor.dto.markedata.CoinfloorTicker
- getAsks() - Method in class org.knowm.xchange.coinfloor.dto.markedata.CoinfloorOrderBook
-
(price, amount)
- getBalance(Currency) - Method in class org.knowm.xchange.coinfloor.dto.account.CoinfloorBalance
- getBalance(Currency, Currency) - Method in interface org.knowm.xchange.coinfloor.CoinfloorAuthenticated
- getBid() - Method in class org.knowm.xchange.coinfloor.dto.markedata.CoinfloorTicker
- getBids() - Method in class org.knowm.xchange.coinfloor.dto.markedata.CoinfloorOrderBook
-
(price, amount)
- getCoinfloorBalance(Instrument) - Method in class org.knowm.xchange.coinfloor.service.CoinfloorAccountServiceRaw
- getCoinfloorOrderBook(CurrencyPair) - Method in class org.knowm.xchange.coinfloor.service.CoinfloorMarketDataServiceRaw
- getCoinfloorTicker(CurrencyPair) - Method in class org.knowm.xchange.coinfloor.service.CoinfloorMarketDataServiceRaw
- getCoinfloorTransactions(CurrencyPair, CoinfloorMarketDataServiceRaw.CoinfloorInterval) - Method in class org.knowm.xchange.coinfloor.service.CoinfloorMarketDataServiceRaw
- getCurrency() - Method in class org.knowm.xchange.coinfloor.dto.trade.CoinfloorUserTransaction
- getCurrencyPair() - Method in class org.knowm.xchange.coinfloor.dto.trade.CoinfloorOrder
- getCurrencyPair() - Method in class org.knowm.xchange.coinfloor.dto.trade.CoinfloorUserTransaction
- getCurrencyPair() - Method in class org.knowm.xchange.coinfloor.service.CoinfloorOpenOrdersParams
- getCurrencyPair() - Method in class org.knowm.xchange.coinfloor.service.CoinfloorTradeHistoryParams
- getCurrencyPairs() - Method in class org.knowm.xchange.coinfloor.service.CoinfloorOpenOrdersParams
- getCurrencyPairs() - Method in class org.knowm.xchange.coinfloor.service.CoinfloorTradeHistoryParams
- getDate() - Method in class org.knowm.xchange.coinfloor.dto.markedata.CoinfloorTransaction
-
Trade timestamp as seconds since the epoch.
- getDatetime() - Method in class org.knowm.xchange.coinfloor.dto.trade.CoinfloorOrder
- getDateTime() - Method in class org.knowm.xchange.coinfloor.dto.trade.CoinfloorUserTransaction
- getDefaultExchangeSpecification() - Method in class org.knowm.xchange.coinfloor.CoinfloorExchange
- getErrorCode() - Method in exception org.knowm.xchange.coinfloor.dto.CoinfloorException
- getFee() - Method in class org.knowm.xchange.coinfloor.dto.trade.CoinfloorUserTransaction
- getHigh() - Method in class org.knowm.xchange.coinfloor.dto.markedata.CoinfloorTicker
- getId() - Method in class org.knowm.xchange.coinfloor.dto.trade.CoinfloorOrder
- getId() - Method in class org.knowm.xchange.coinfloor.dto.trade.CoinfloorUserTransaction
- getLast() - Method in class org.knowm.xchange.coinfloor.dto.markedata.CoinfloorTicker
- getLow() - Method in class org.knowm.xchange.coinfloor.dto.markedata.CoinfloorTicker
- getNonceFactory() - Method in class org.knowm.xchange.coinfloor.CoinfloorExchange
- getOffset() - Method in class org.knowm.xchange.coinfloor.service.CoinfloorTradeHistoryParams
- getOpenOrders() - Method in class org.knowm.xchange.coinfloor.service.CoinfloorTradeService
- getOpenOrders(CurrencyPair) - Method in class org.knowm.xchange.coinfloor.service.CoinfloorTradeServiceRaw
- getOpenOrders(Currency, Currency) - Method in interface org.knowm.xchange.coinfloor.CoinfloorAuthenticated
- getOpenOrders(OpenOrdersParams) - Method in class org.knowm.xchange.coinfloor.service.CoinfloorTradeService
- getOrder() - Method in class org.knowm.xchange.coinfloor.service.CoinfloorTradeHistoryParams
- getOrderBook(CurrencyPair, Object...) - Method in class org.knowm.xchange.coinfloor.service.CoinfloorMarketDataService
- getOrderBook(Currency, Currency) - Method in interface org.knowm.xchange.coinfloor.CoinfloorPublic
- getOrderId() - Method in class org.knowm.xchange.coinfloor.dto.trade.CoinfloorUserTransaction
- getPageLength() - Method in class org.knowm.xchange.coinfloor.service.CoinfloorTradeHistoryParams
- getPageNumber() - Method in class org.knowm.xchange.coinfloor.service.CoinfloorTradeHistoryParams
- getPrice() - Method in class org.knowm.xchange.coinfloor.dto.markedata.CoinfloorTransaction
- getPrice() - Method in class org.knowm.xchange.coinfloor.dto.trade.CoinfloorOrder
- getPrice() - Method in class org.knowm.xchange.coinfloor.dto.trade.CoinfloorUserTransaction
- getRemaining() - Method in class org.knowm.xchange.coinfloor.dto.trade.CoinfloorMarketOrderResponse
- getSide() - Method in class org.knowm.xchange.coinfloor.dto.trade.CoinfloorOrder
- getSide() - Method in class org.knowm.xchange.coinfloor.dto.trade.CoinfloorUserTransaction
- getTicker(CurrencyPair, Object...) - Method in class org.knowm.xchange.coinfloor.service.CoinfloorMarketDataService
- getTicker(Currency, Currency) - Method in interface org.knowm.xchange.coinfloor.CoinfloorPublic
- getTid() - Method in class org.knowm.xchange.coinfloor.dto.markedata.CoinfloorTransaction
- getTradeHistory(TradeHistoryParams) - Method in class org.knowm.xchange.coinfloor.service.CoinfloorTradeService
- getTrades(CurrencyPair, Object...) - Method in class org.knowm.xchange.coinfloor.service.CoinfloorMarketDataService
- getTransactions(Currency, Currency, CoinfloorMarketDataServiceRaw.CoinfloorInterval) - Method in interface org.knowm.xchange.coinfloor.CoinfloorPublic
- getType() - Method in class org.knowm.xchange.coinfloor.dto.trade.CoinfloorOrder
- getType() - Method in class org.knowm.xchange.coinfloor.dto.trade.CoinfloorUserTransaction
- getUserTransactions(Currency, Currency, Integer, Long, String) - Method in interface org.knowm.xchange.coinfloor.CoinfloorAuthenticated
- getUserTransactions(Instrument, Integer, Long, TradeHistoryParamsSorted.Order) - Method in class org.knowm.xchange.coinfloor.service.CoinfloorTradeServiceRaw
- getVolume() - Method in class org.knowm.xchange.coinfloor.dto.markedata.CoinfloorTicker
- getVwap() - Method in class org.knowm.xchange.coinfloor.dto.markedata.CoinfloorTicker
H
- hasCurrency(Currency) - Method in class org.knowm.xchange.coinfloor.dto.account.CoinfloorBalance
- HOUR - Enum constant in enum class org.knowm.xchange.coinfloor.service.CoinfloorMarketDataServiceRaw.CoinfloorInterval
I
- id - Variable in class org.knowm.xchange.coinfloor.dto.trade.CoinfloorUserTransaction
- initServices() - Method in class org.knowm.xchange.coinfloor.CoinfloorExchange
- isDeposit() - Method in class org.knowm.xchange.coinfloor.dto.trade.CoinfloorUserTransaction
- isTrade() - Method in class org.knowm.xchange.coinfloor.dto.trade.CoinfloorUserTransaction
- isWithdrawal() - Method in class org.knowm.xchange.coinfloor.dto.trade.CoinfloorUserTransaction
L
- ltc - Variable in class org.knowm.xchange.coinfloor.dto.trade.CoinfloorUserTransaction
- ltc_gbp - Variable in class org.knowm.xchange.coinfloor.dto.trade.CoinfloorUserTransaction
- ltcAvailable - Variable in class org.knowm.xchange.coinfloor.dto.account.CoinfloorBalance
- ltcBalance - Variable in class org.knowm.xchange.coinfloor.dto.account.CoinfloorBalance
- ltcReserved - Variable in class org.knowm.xchange.coinfloor.dto.account.CoinfloorBalance
M
- MINUTE - Enum constant in enum class org.knowm.xchange.coinfloor.service.CoinfloorMarketDataServiceRaw.CoinfloorInterval
N
- normalise(Currency) - Method in class org.knowm.xchange.coinfloor.service.CoinfloorService
O
- orderId - Variable in class org.knowm.xchange.coinfloor.dto.trade.CoinfloorUserTransaction
- org.knowm.xchange.coinfloor - package org.knowm.xchange.coinfloor
- org.knowm.xchange.coinfloor.dto - package org.knowm.xchange.coinfloor.dto
- org.knowm.xchange.coinfloor.dto.account - package org.knowm.xchange.coinfloor.dto.account
- org.knowm.xchange.coinfloor.dto.markedata - package org.knowm.xchange.coinfloor.dto.markedata
- org.knowm.xchange.coinfloor.dto.trade - package org.knowm.xchange.coinfloor.dto.trade
- org.knowm.xchange.coinfloor.service - package org.knowm.xchange.coinfloor.service
P
- parseDate(String) - Static method in class org.knowm.xchange.coinfloor.CoinfloorUtils
- placeLimitOrder(CurrencyPair, Order.OrderType, BigDecimal, BigDecimal) - Method in class org.knowm.xchange.coinfloor.service.CoinfloorTradeServiceRaw
- placeLimitOrder(LimitOrder) - Method in class org.knowm.xchange.coinfloor.service.CoinfloorTradeService
- placeMarketOrder(CurrencyPair, Order.OrderType, BigDecimal) - Method in class org.knowm.xchange.coinfloor.service.CoinfloorTradeServiceRaw
- placeMarketOrder(MarketOrder) - Method in class org.knowm.xchange.coinfloor.service.CoinfloorTradeService
R
- remoteInit() - Method in class org.knowm.xchange.coinfloor.CoinfloorExchange
- requestDepositAddress(Currency, String...) - Method in class org.knowm.xchange.coinfloor.service.CoinfloorAccountService
S
- sell(Currency, Currency, BigDecimal, BigDecimal) - Method in interface org.knowm.xchange.coinfloor.CoinfloorAuthenticated
- sellMarket(Currency, Currency, BigDecimal) - Method in interface org.knowm.xchange.coinfloor.CoinfloorAuthenticated
- setCurrencyPair(CurrencyPair) - Method in class org.knowm.xchange.coinfloor.dto.trade.CoinfloorOrder
- setCurrencyPair(CurrencyPair) - Method in class org.knowm.xchange.coinfloor.service.CoinfloorOpenOrdersParams
- setCurrencyPair(CurrencyPair) - Method in class org.knowm.xchange.coinfloor.service.CoinfloorTradeHistoryParams
- setCurrencyPairs(Collection<CurrencyPair>) - Method in class org.knowm.xchange.coinfloor.service.CoinfloorOpenOrdersParams
- setCurrencyPairs(Collection<CurrencyPair>) - Method in class org.knowm.xchange.coinfloor.service.CoinfloorTradeHistoryParams
- setOffset(Long) - Method in class org.knowm.xchange.coinfloor.service.CoinfloorTradeHistoryParams
- setOrder(TradeHistoryParamsSorted.Order) - Method in class org.knowm.xchange.coinfloor.service.CoinfloorTradeHistoryParams
- setPageLength(Integer) - Method in class org.knowm.xchange.coinfloor.service.CoinfloorTradeHistoryParams
- setPageNumber(Integer) - Method in class org.knowm.xchange.coinfloor.service.CoinfloorTradeHistoryParams
T
- toString() - Method in class org.knowm.xchange.coinfloor.dto.markedata.CoinfloorOrderBook
- toString() - Method in class org.knowm.xchange.coinfloor.dto.markedata.CoinfloorTicker
- toString() - Method in class org.knowm.xchange.coinfloor.dto.markedata.CoinfloorTransaction
- toString() - Method in class org.knowm.xchange.coinfloor.dto.trade.CoinfloorMarketOrderResponse
- toString() - Method in class org.knowm.xchange.coinfloor.dto.trade.CoinfloorOrder
- toString() - Method in class org.knowm.xchange.coinfloor.dto.trade.CoinfloorUserTransaction
- toString() - Method in enum class org.knowm.xchange.coinfloor.service.CoinfloorMarketDataServiceRaw.CoinfloorInterval
- TRADE - Enum constant in enum class org.knowm.xchange.coinfloor.dto.trade.CoinfloorUserTransaction.TransactionType
- type - Variable in class org.knowm.xchange.coinfloor.dto.trade.CoinfloorUserTransaction
U
- UNKNOWN - Enum constant in enum class org.knowm.xchange.coinfloor.dto.trade.CoinfloorUserTransaction.TransactionType
- usd - Variable in class org.knowm.xchange.coinfloor.dto.trade.CoinfloorUserTransaction
- usdAvailable - Variable in class org.knowm.xchange.coinfloor.dto.account.CoinfloorBalance
- usdBalance - Variable in class org.knowm.xchange.coinfloor.dto.account.CoinfloorBalance
- usdReserved - Variable in class org.knowm.xchange.coinfloor.dto.account.CoinfloorBalance
V
- valueOf(String) - Static method in enum class org.knowm.xchange.coinfloor.dto.trade.CoinfloorUserTransaction.TransactionType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.knowm.xchange.coinfloor.service.CoinfloorMarketDataServiceRaw.CoinfloorInterval
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.knowm.xchange.coinfloor.dto.trade.CoinfloorUserTransaction.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.coinfloor.service.CoinfloorMarketDataServiceRaw.CoinfloorInterval
-
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.coinfloor.dto.trade.CoinfloorUserTransaction.TransactionType
- withdrawFunds(Currency, BigDecimal, String) - Method in class org.knowm.xchange.coinfloor.service.CoinfloorAccountService
- withdrawFunds(WithdrawFundsParams) - Method in class org.knowm.xchange.coinfloor.service.CoinfloorAccountService
X
- xrp - Variable in class org.knowm.xchange.coinfloor.dto.trade.CoinfloorUserTransaction
- xrp_gbp - Variable in class org.knowm.xchange.coinfloor.dto.trade.CoinfloorUserTransaction
- xrpAvailable - Variable in class org.knowm.xchange.coinfloor.dto.account.CoinfloorBalance
- xrpBalance - Variable in class org.knowm.xchange.coinfloor.dto.account.CoinfloorBalance
- xrpReserved - Variable in class org.knowm.xchange.coinfloor.dto.account.CoinfloorBalance
All Classes and Interfaces|All Packages|Serialized Form