A B C D E F G H I L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- accountFees(String, ParamsDigest, ParamsDigest, BitfinexNonceOnlyRequest) - Method in interface org.knowm.xchange.bitfinex.v1.BitfinexAuthenticated
- accountInfos(String, ParamsDigest, ParamsDigest, BitfinexNonceOnlyRequest) - Method in interface org.knowm.xchange.bitfinex.v1.BitfinexAuthenticated
- activeCredits(String, ParamsDigest, ParamsDigest, BitfinexActiveCreditsRequest) - Method in interface org.knowm.xchange.bitfinex.v1.BitfinexAuthenticated
- activeOffers(String, ParamsDigest, ParamsDigest, BitfinexNonceOnlyRequest) - Method in interface org.knowm.xchange.bitfinex.v1.BitfinexAuthenticated
- ActiveOrder - Class in org.knowm.xchange.bitfinex.v2.dto.trade
-
https://docs.bitfinex.com/v2/reference#rest-auth-trades-hist
- ActiveOrder() - Constructor for class org.knowm.xchange.bitfinex.v2.dto.trade.ActiveOrder
- activeOrders(String, ParamsDigest, ParamsDigest, BitfinexNonceOnlyRequest) - Method in interface org.knowm.xchange.bitfinex.v1.BitfinexAuthenticated
- activePositions(String, ParamsDigest, ParamsDigest, BitfinexNonceOnlyRequest) - Method in interface org.knowm.xchange.bitfinex.v1.BitfinexAuthenticated
- activePositions(SynchronizedValueFactory<Long>, String, ParamsDigest, EmptyRequest) - Method in interface org.knowm.xchange.bitfinex.v2.BitfinexAuthenticated
-
https://docs.bitfinex.com/v2/reference#rest-auth-positions
- adapt(BitfinexException) - Static method in class org.knowm.xchange.bitfinex.BitfinexErrorAdapter
- adaptBitfinexCurrency(String) - Static method in class org.knowm.xchange.bitfinex.service.BitfinexAdapters
- adaptCurrencyPair(String) - Static method in class org.knowm.xchange.bitfinex.service.BitfinexAdapters
- adaptCurrencyPair(CurrencyPair) - Static method in class org.knowm.xchange.bitfinex.service.BitfinexAdapters
- adaptCurrencyPairsToTickersParam(Collection<CurrencyPair>) - Static method in class org.knowm.xchange.bitfinex.service.BitfinexAdapters
- adaptDynamicTradingFees(BitfinexTradingFeeResponse[], List<CurrencyPair>) - Static method in class org.knowm.xchange.bitfinex.service.BitfinexAdapters
-
Each element in the response array contains a set of currencies that are at a given fee tier.
- adaptFixedRateLoanOrder(String, BigDecimal, int, String, String, BigDecimal) - Static method in class org.knowm.xchange.bitfinex.service.BitfinexAdapters
- adaptFixedRateLoanOrders(BitfinexLendLevel[], String, String, String) - Static method in class org.knowm.xchange.bitfinex.service.BitfinexAdapters
- adaptFloatingRateLoanOrder(String, BigDecimal, int, String, String, BigDecimal) - Static method in class org.knowm.xchange.bitfinex.service.BitfinexAdapters
- adaptFloatingRateLoanOrders(BitfinexLendLevel[], String, String, String) - Static method in class org.knowm.xchange.bitfinex.service.BitfinexAdapters
- adaptFundingHistory(List<Movement>) - Static method in class org.knowm.xchange.bitfinex.service.BitfinexAdapters
- adaptFundingHistory(BitfinexDepositWithdrawalHistoryResponse[]) - Static method in class org.knowm.xchange.bitfinex.service.BitfinexAdapters
- adaptMetaData(List<CurrencyPair>, ExchangeMetaData) - Static method in class org.knowm.xchange.bitfinex.service.BitfinexAdapters
- adaptMetaData(BitfinexAccountFeesResponse, ExchangeMetaData) - Static method in class org.knowm.xchange.bitfinex.service.BitfinexAdapters
- adaptMetaData(BitfinexAccountInfosResponse[], ExchangeMetaData) - Static method in class org.knowm.xchange.bitfinex.service.BitfinexAdapters
- adaptMetaData(ExchangeMetaData, List<BitfinexSymbolDetail>, Map<CurrencyPair, BigDecimal>) - Static method in class org.knowm.xchange.bitfinex.service.BitfinexAdapters
-
Flipped order of arguments to avoid type-erasure clash with
BitfinexAdapters.adaptMetaData(List, ExchangeMetaData) - adaptOrder(BigDecimal, BigDecimal, CurrencyPair, Order.OrderType, Date) - Static method in class org.knowm.xchange.bitfinex.service.BitfinexAdapters
- adaptOrderBook(BitfinexDepth, CurrencyPair) - Static method in class org.knowm.xchange.bitfinex.service.BitfinexAdapters
- adaptOrderFlagsToType(Set<Order.IOrderFlags>) - Static method in class org.knowm.xchange.bitfinex.service.BitfinexAdapters
- adaptOrders(BitfinexLevel[], CurrencyPair, Order.OrderType) - Static method in class org.knowm.xchange.bitfinex.service.BitfinexAdapters
- adaptOrders(BitfinexOrderStatusResponse[]) - Static method in class org.knowm.xchange.bitfinex.service.BitfinexAdapters
- adaptOrderStatus(BitfinexOrderStatusResponse) - Static method in class org.knowm.xchange.bitfinex.service.BitfinexAdapters
- adaptOrderType(Order.OrderType) - Static method in class org.knowm.xchange.bitfinex.service.BitfinexAdapters
- adaptPublicTrade(BitfinexPublicTrade, CurrencyPair) - Static method in class org.knowm.xchange.bitfinex.service.BitfinexAdapters
- adaptPublicTrades(BitfinexPublicTrade[], CurrencyPair) - Static method in class org.knowm.xchange.bitfinex.service.BitfinexAdapters
- adaptTicker(BitfinexTicker, CurrencyPair) - Static method in class org.knowm.xchange.bitfinex.service.BitfinexAdapters
- adaptTicker(BitfinexTicker) - Static method in class org.knowm.xchange.bitfinex.service.BitfinexAdapters
- adaptTrade(BitfinexTrade, CurrencyPair) - Static method in class org.knowm.xchange.bitfinex.service.BitfinexAdapters
- adaptTradeHistory(BitfinexTradeResponse[], String) - Static method in class org.knowm.xchange.bitfinex.service.BitfinexAdapters
- adaptTradeHistoryV2(List<Trade>) - Static method in class org.knowm.xchange.bitfinex.service.BitfinexAdapters
- adaptTrades(BitfinexTrade[], CurrencyPair) - Static method in class org.knowm.xchange.bitfinex.service.BitfinexAdapters
- adaptWallets(BitfinexBalancesResponse[]) - Static method in class org.knowm.xchange.bitfinex.service.BitfinexAdapters
- adaptXchangeCurrency(Currency) - Static method in class org.knowm.xchange.bitfinex.v1.BitfinexUtils
- adoptBitfinexTickers(List<ArrayNode>) - Static method in class org.knowm.xchange.bitfinex.service.BitfinexAdapters
- amount - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOfferRequest
- amount - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrder
- amount - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrderRequest
- apiKey - Variable in class org.knowm.xchange.bitfinex.service.BitfinexBaseService
B
- balanceHistory(String, ParamsDigest, ParamsDigest, BitfinexBalanceHistoryRequest) - Method in interface org.knowm.xchange.bitfinex.v1.BitfinexAuthenticated
- balances(String, ParamsDigest, ParamsDigest, BitfinexBalancesRequest) - Method in interface org.knowm.xchange.bitfinex.v1.BitfinexAuthenticated
- BFX_APIKEY - Static variable in interface org.knowm.xchange.bitfinex.v2.BitfinexAuthenticated
- BFX_NONCE - Static variable in interface org.knowm.xchange.bitfinex.v2.BitfinexAuthenticated
- BFX_SIGNATURE - Static variable in interface org.knowm.xchange.bitfinex.v2.BitfinexAuthenticated
- bitfinex - Variable in class org.knowm.xchange.bitfinex.service.BitfinexBaseService
- Bitfinex - Interface in org.knowm.xchange.bitfinex.v1
- Bitfinex - Interface in org.knowm.xchange.bitfinex.v2
- BitfinexAccountFeesResponse - Class in org.knowm.xchange.bitfinex.v1.dto.account
- BitfinexAccountFeesResponse(Map<String, BigDecimal>) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexAccountFeesResponse
- BitfinexAccountInfosResponse - Class in org.knowm.xchange.bitfinex.v1.dto.trade
- BitfinexAccountInfosResponse(BigDecimal, BigDecimal, BitfinexFee[]) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexAccountInfosResponse
- BitfinexAccountService - Class in org.knowm.xchange.bitfinex.service
- BitfinexAccountService(Exchange) - Constructor for class org.knowm.xchange.bitfinex.service.BitfinexAccountService
-
Constructor
- BitfinexAccountService.BitfinexFundingHistoryParams - Class in org.knowm.xchange.bitfinex.service
- BitfinexAccountServiceRaw - Class in org.knowm.xchange.bitfinex.service
- BitfinexAccountServiceRaw(Exchange) - Constructor for class org.knowm.xchange.bitfinex.service.BitfinexAccountServiceRaw
-
Constructor
- BitfinexActiveCreditsRequest - Class in org.knowm.xchange.bitfinex.v1.dto.trade
- BitfinexActiveCreditsRequest(String) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexActiveCreditsRequest
- BitfinexActivePositionsResponse - Class in org.knowm.xchange.bitfinex.v1.dto.trade
- BitfinexActivePositionsResponse(long, String, String, BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexActivePositionsResponse
- BitfinexAdapters - Class in org.knowm.xchange.bitfinex.service
- BitfinexAdapters.OrdersContainer - Class in org.knowm.xchange.bitfinex.service
- BitfinexAuthenticated - Interface in org.knowm.xchange.bitfinex.v1
- BitfinexAuthenticated - Interface in org.knowm.xchange.bitfinex.v2
- BitfinexBalanceHistoryRequest - Class in org.knowm.xchange.bitfinex.v1.dto.account
- BitfinexBalanceHistoryRequest(String, String, Long, Long, int, String) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexBalanceHistoryRequest
-
Constructor
- BitfinexBalanceHistoryResponse - Class in org.knowm.xchange.bitfinex.v1.dto.account
- BitfinexBalanceHistoryResponse(String, BigDecimal, BigDecimal, String, BigDecimal) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexBalanceHistoryResponse
- BitfinexBalancesRequest - Class in org.knowm.xchange.bitfinex.v1.dto.account
- BitfinexBalancesRequest(String) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexBalancesRequest
-
Constructor
- BitfinexBalancesResponse - Class in org.knowm.xchange.bitfinex.v1.dto.account
- BitfinexBalancesResponse(String, String, BigDecimal, BigDecimal) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexBalancesResponse
-
Constructor
- BitfinexBaseService - Class in org.knowm.xchange.bitfinex.service
- BitfinexBaseService(Exchange) - Constructor for class org.knowm.xchange.bitfinex.service.BitfinexBaseService
-
Constructor
- BitfinexCancelAllOrdersRequest - Class in org.knowm.xchange.bitfinex.v1.dto.trade
- BitfinexCancelAllOrdersRequest(String) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexCancelAllOrdersRequest
-
Constructor
- BitfinexCancelOfferRequest - Class in org.knowm.xchange.bitfinex.v1.dto.trade
- BitfinexCancelOfferRequest(String, long) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexCancelOfferRequest
- BitfinexCancelOrderMultiRequest - Class in org.knowm.xchange.bitfinex.v1.dto.trade
- BitfinexCancelOrderMultiRequest(String, long[]) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexCancelOrderMultiRequest
- BitfinexCancelOrderMultiResponse - Class in org.knowm.xchange.bitfinex.v1.dto.trade
- BitfinexCancelOrderMultiResponse(String) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexCancelOrderMultiResponse
-
Constructor
- BitfinexCancelOrderRequest - Class in org.knowm.xchange.bitfinex.v1.dto.trade
- BitfinexCancelOrderRequest(String, long) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexCancelOrderRequest
-
Constructor
- BitfinexCreditResponse - Class in org.knowm.xchange.bitfinex.v1.dto.trade
- BitfinexCreditResponse(long, String, String, BigDecimal, int, BigDecimal, BigDecimal) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexCreditResponse
- BitfinexDepositAddressRequest - Class in org.knowm.xchange.bitfinex.v1.dto.account
- BitfinexDepositAddressRequest(String, String, String, int) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexDepositAddressRequest
- BitfinexDepositAddressResponse - Class in org.knowm.xchange.bitfinex.v1.dto.account
- BitfinexDepositAddressResponse() - Constructor for class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexDepositAddressResponse
- BitfinexDepositWithdrawalHistoryRequest - Class in org.knowm.xchange.bitfinex.v1.dto.account
-
http://docs.bitfinex.com/#deposit-withdrawal-history
- BitfinexDepositWithdrawalHistoryRequest(String, String, String, Date, Date, Integer) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexDepositWithdrawalHistoryRequest
- BitfinexDepositWithdrawalHistoryResponse - Class in org.knowm.xchange.bitfinex.v1.dto.account
- BitfinexDepositWithdrawalHistoryResponse(Long, String, String, FundingRecord.Type, BigDecimal, String, String, String, BigDecimal, String, BigDecimal, BigDecimal) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexDepositWithdrawalHistoryResponse
- BitfinexDepth - Class in org.knowm.xchange.bitfinex.v1.dto.marketdata
- BitfinexDepth(BitfinexLevel[], BitfinexLevel[]) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexDepth
-
Constructor
- BitfinexEmptyRequest - Class in org.knowm.xchange.bitfinex.v1.dto.account
- BitfinexEmptyRequest(String, String) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexEmptyRequest
-
Constructor
- BitfinexErrorAdapter - Class in org.knowm.xchange.bitfinex
- BitfinexException - Exception in org.knowm.xchange.bitfinex.dto
- BitfinexException() - Constructor for exception org.knowm.xchange.bitfinex.dto.BitfinexException
- BitfinexException(String) - Constructor for exception org.knowm.xchange.bitfinex.dto.BitfinexException
- BitfinexExceptionV1 - Exception in org.knowm.xchange.bitfinex.v1.dto
- BitfinexExceptionV1(String) - Constructor for exception org.knowm.xchange.bitfinex.v1.dto.BitfinexExceptionV1
- BitfinexExceptionV2 - Exception in org.knowm.xchange.bitfinex.v2.dto
- BitfinexExceptionV2(Object[]) - Constructor for exception org.knowm.xchange.bitfinex.v2.dto.BitfinexExceptionV2
- BitfinexExchange - Class in org.knowm.xchange.bitfinex
- BitfinexExchange() - Constructor for class org.knowm.xchange.bitfinex.BitfinexExchange
- BitfinexFee - Class in org.knowm.xchange.bitfinex.v1.dto.trade
- BitfinexFee(String, BigDecimal, BigDecimal) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexFee
- BitfinexFundingHistoryParams(Date, Date, Integer, Currency) - Constructor for class org.knowm.xchange.bitfinex.service.BitfinexAccountService.BitfinexFundingHistoryParams
- BitfinexFundingTradeResponse - Class in org.knowm.xchange.bitfinex.v1.dto.trade
- BitfinexFundingTradeResponse(BigDecimal, BigDecimal, BigDecimal, BigDecimal, String, String, String) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexFundingTradeResponse
-
Constructor
- BitfinexHmacPostBodyDigest - Class in org.knowm.xchange.bitfinex.v1
- BitfinexHmacSignature - Class in org.knowm.xchange.bitfinex.v2
- BitfinexLend - Class in org.knowm.xchange.bitfinex.v1.dto.marketdata
- BitfinexLend(BigDecimal, BigDecimal, long) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexLend
-
Constructor
- BitfinexLendDepth - Class in org.knowm.xchange.bitfinex.v1.dto.marketdata
- BitfinexLendDepth(BitfinexLendLevel[], BitfinexLendLevel[]) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexLendDepth
-
Constructor
- BitfinexLendLevel - Class in org.knowm.xchange.bitfinex.v1.dto.marketdata
- BitfinexLendLevel(BigDecimal, BigDecimal, int, float, String) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexLendLevel
-
Constructor
- BitfinexLevel - Class in org.knowm.xchange.bitfinex.v1.dto.marketdata
- BitfinexLevel(BigDecimal, BigDecimal, BigDecimal) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexLevel
-
Constructor
- BitfinexLimitOrder - Class in org.knowm.xchange.bitfinex.v1.dto.trade
-
Bitfinex new order entry returns details of order status.
- BitfinexLimitOrder(Order.OrderType, BigDecimal, CurrencyPair, String, Date, BigDecimal) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexLimitOrder
- BitfinexLimitOrder(Order.OrderType, BigDecimal, CurrencyPair, String, Date, BigDecimal, BigDecimal) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexLimitOrder
- BitfinexLimitOrder.Builder - Class in org.knowm.xchange.bitfinex.v1.dto.trade
- BitfinexMarginInfosRequest - Class in org.knowm.xchange.bitfinex.v1.dto.account
- BitfinexMarginInfosRequest(String) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexMarginInfosRequest
- BitfinexMarginInfosResponse - Class in org.knowm.xchange.bitfinex.v1.dto.account
- BitfinexMarginInfosResponse() - Constructor for class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexMarginInfosResponse
- BitfinexMarginLimit - Class in org.knowm.xchange.bitfinex.v1.dto.account
- BitfinexMarginLimit() - Constructor for class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexMarginLimit
- BitfinexMarketDataService - Class in org.knowm.xchange.bitfinex.service
-
Implementation of the market data service for Bitfinex Provides access to various market data values
- BitfinexMarketDataService(Exchange) - Constructor for class org.knowm.xchange.bitfinex.service.BitfinexMarketDataService
-
Constructor
- BitfinexMarketDataServiceRaw - Class in org.knowm.xchange.bitfinex.service
-
Implementation of the market data service for Bitfinex Provides access to various market data values
- BitfinexMarketDataServiceRaw(Exchange) - Constructor for class org.knowm.xchange.bitfinex.service.BitfinexMarketDataServiceRaw
-
Constructor
- BitfinexNewOfferRequest - Class in org.knowm.xchange.bitfinex.v1.dto.trade
- BitfinexNewOfferRequest(String, String, BigDecimal, BigDecimal, int, String) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOfferRequest
- BitfinexNewOrder - Class in org.knowm.xchange.bitfinex.v1.dto.trade
- BitfinexNewOrder(String, String, String, String, BigDecimal, BigDecimal) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrder
- BitfinexNewOrderMultiRequest - Class in org.knowm.xchange.bitfinex.v1.dto.trade
- BitfinexNewOrderMultiRequest(String, BitfinexNewOrder[]) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrderMultiRequest
- BitfinexNewOrderMultiResponse - Class in org.knowm.xchange.bitfinex.v1.dto.trade
- BitfinexNewOrderMultiResponse(BitfinexOrderStatusResponse[]) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrderMultiResponse
- BitfinexNewOrderRequest - Class in org.knowm.xchange.bitfinex.v1.dto.trade
- BitfinexNewOrderRequest(String, String, BigDecimal, BigDecimal, String, String, String, boolean, boolean, BigDecimal) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrderRequest
- BitfinexNewOrderRequest(String, String, BigDecimal, BigDecimal, String, String, String, BigDecimal) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrderRequest
- BitfinexNonceOnlyRequest - Class in org.knowm.xchange.bitfinex.v1.dto.trade
- BitfinexNonceOnlyRequest(String, String) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNonceOnlyRequest
-
Constructor
- BitfinexOfferStatusRequest - Class in org.knowm.xchange.bitfinex.v1.dto.trade
- BitfinexOfferStatusRequest(String, long) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOfferStatusRequest
- BitfinexOfferStatusResponse - Class in org.knowm.xchange.bitfinex.v1.dto.trade
- BitfinexOfferStatusResponse(long, String, BigDecimal, int, String, String, BigDecimal, boolean, boolean, BigDecimal, BigDecimal, BigDecimal) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOfferStatusResponse
- BitfinexOrderFlags - Enum in org.knowm.xchange.bitfinex.v1.dto.trade
- BitfinexOrdersHistoryRequest - Class in org.knowm.xchange.bitfinex.v1.dto.trade
- BitfinexOrdersHistoryRequest(String, long) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOrdersHistoryRequest
-
Constructor
- BitfinexOrderStatusRequest - Class in org.knowm.xchange.bitfinex.v1.dto.trade
- BitfinexOrderStatusRequest(String, long) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOrderStatusRequest
-
Constructor
- BitfinexOrderStatusResponse - Class in org.knowm.xchange.bitfinex.v1.dto.trade
- BitfinexOrderStatusResponse(long, String, BigDecimal, BigDecimal, String, String, BigDecimal, boolean, boolean, boolean, BigDecimal, BigDecimal, BigDecimal) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOrderStatusResponse
-
Constructor
- BitfinexOrderType - Enum in org.knowm.xchange.bitfinex.v1
- BitfinexPastFundingTradesRequest - Class in org.knowm.xchange.bitfinex.v1.dto.trade
- BitfinexPastFundingTradesRequest(String, String, Date, Integer) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexPastFundingTradesRequest
- BitfinexPastTradesRequest - Class in org.knowm.xchange.bitfinex.v1.dto.trade
- BitfinexPastTradesRequest(String, String, long, Long, Integer, Integer) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexPastTradesRequest
- BitfinexPayloadDigest - Class in org.knowm.xchange.bitfinex.service
- BitfinexPayloadDigest() - Constructor for class org.knowm.xchange.bitfinex.service.BitfinexPayloadDigest
- BitfinexPublicFundingTrade - Class in org.knowm.xchange.bitfinex.v2.dto.marketdata
- BitfinexPublicFundingTrade() - Constructor for class org.knowm.xchange.bitfinex.v2.dto.marketdata.BitfinexPublicFundingTrade
- BitfinexPublicFundingTrade(long, long, BigDecimal, BigDecimal, int) - Constructor for class org.knowm.xchange.bitfinex.v2.dto.marketdata.BitfinexPublicFundingTrade
- BitfinexPublicTrade - Class in org.knowm.xchange.bitfinex.v2.dto.marketdata
- BitfinexPublicTrade() - Constructor for class org.knowm.xchange.bitfinex.v2.dto.marketdata.BitfinexPublicTrade
- BitfinexPublicTrade(long, long, BigDecimal, BigDecimal) - Constructor for class org.knowm.xchange.bitfinex.v2.dto.marketdata.BitfinexPublicTrade
- BitfinexReplaceOrderRequest - Class in org.knowm.xchange.bitfinex.v1.dto.trade
- BitfinexReplaceOrderRequest(String, long, String, BigDecimal, BigDecimal, String, String, String, boolean, boolean, boolean) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexReplaceOrderRequest
- BitfinexSymbolDetail - Class in org.knowm.xchange.bitfinex.v1.dto.marketdata
-
[ { "pair": "btcusd", "price_precision": 5, "initial_margin": "30.0", "minimum_margin": "15.0", "maximum_order_size": "2000.0", "minimum_order_size": "0.002", "expiration": "NA", "margin": true }, { "pair": "ltcusd", "price_precision": 5, "initial_margin": "30.0", "minimum_margin": "15.0", "maximum_order_size": "5000.0", "minimum_order_size": "0.08", "expiration": "NA", "margin": true }, ... - BitfinexSymbolDetail(String, int, BigDecimal, BigDecimal, BigDecimal, BigDecimal, String, boolean) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexSymbolDetail
- BitfinexTicker - Class in org.knowm.xchange.bitfinex.v1.dto.marketdata
- BitfinexTicker - Interface in org.knowm.xchange.bitfinex.v2.dto.marketdata
- BitfinexTicker(BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal, double, BigDecimal) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexTicker
- BitfinexTickerFundingCurrency - Class in org.knowm.xchange.bitfinex.v2.dto.marketdata
- BitfinexTickerFundingCurrency() - Constructor for class org.knowm.xchange.bitfinex.v2.dto.marketdata.BitfinexTickerFundingCurrency
- BitfinexTickerTraidingPair - Class in org.knowm.xchange.bitfinex.v2.dto.marketdata
- BitfinexTickerTraidingPair() - Constructor for class org.knowm.xchange.bitfinex.v2.dto.marketdata.BitfinexTickerTraidingPair
- BitfinexTrade - Class in org.knowm.xchange.bitfinex.v1.dto.marketdata
- BitfinexTrade(BigDecimal, BigDecimal, long, String, long, String) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexTrade
-
Constructor
- BitfinexTradeHistoryParams() - Constructor for class org.knowm.xchange.bitfinex.service.BitfinexTradeService.BitfinexTradeHistoryParams
- BitfinexTradeResponse - Class in org.knowm.xchange.bitfinex.v1.dto.trade
- BitfinexTradeResponse(BigDecimal, BigDecimal, BigDecimal, String, String, String, String, BigDecimal, String) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexTradeResponse
-
Constructor
- BitfinexTradeService - Class in org.knowm.xchange.bitfinex.service
- BitfinexTradeService(Exchange) - Constructor for class org.knowm.xchange.bitfinex.service.BitfinexTradeService
- BitfinexTradeService.BitfinexTradeHistoryParams - Class in org.knowm.xchange.bitfinex.service
- BitfinexTradeServiceRaw - Class in org.knowm.xchange.bitfinex.service
- BitfinexTradeServiceRaw(Exchange) - Constructor for class org.knowm.xchange.bitfinex.service.BitfinexTradeServiceRaw
-
Constructor
- BitfinexTradingFeeResponse - Class in org.knowm.xchange.bitfinex.v1.dto.account
- BitfinexTradingFeeResponse(BitfinexTradingFeeResponse.BitfinexTradingFeeResponseRow[]) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexTradingFeeResponse
-
Constructor
- BitfinexTradingFeeResponse.BitfinexTradingFeeResponseRow - Class in org.knowm.xchange.bitfinex.v1.dto.account
- BitfinexTradingFeeResponseRow(String, BigDecimal, BigDecimal) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexTradingFeeResponse.BitfinexTradingFeeResponseRow
- BitfinexTradingFeesRequest - Class in org.knowm.xchange.bitfinex.v1.dto.account
- BitfinexTradingFeesRequest(String) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexTradingFeesRequest
-
Constructor
- BitfinexUtils - Class in org.knowm.xchange.bitfinex.v1
-
A central place for shared Bitfinex properties
- bitfinexV2 - Variable in class org.knowm.xchange.bitfinex.service.BitfinexBaseService
- BitfinexWithdrawalRequest - Class in org.knowm.xchange.bitfinex.v1.dto.account
- BitfinexWithdrawalRequest(String, String, String, BigDecimal, String, String) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexWithdrawalRequest
-
Constructor
- BitfinexWithdrawalResponse - Class in org.knowm.xchange.bitfinex.v1.dto.account
-
Bitfinex withdrawal response mapping class
- BitfinexWithdrawalResponse() - Constructor for class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexWithdrawalResponse
- build() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexLimitOrder.Builder
- Builder(Order.OrderType, CurrencyPair) - Constructor for class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexLimitOrder.Builder
- buy_price_oco - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrderRequest
C
- cancelAllBitfinexOrders() - Method in class org.knowm.xchange.bitfinex.service.BitfinexTradeServiceRaw
- cancelAllOrders(String, ParamsDigest, ParamsDigest, BitfinexCancelAllOrdersRequest) - Method in interface org.knowm.xchange.bitfinex.v1.BitfinexAuthenticated
- cancelBitfinexOffer(String) - Method in class org.knowm.xchange.bitfinex.service.BitfinexTradeServiceRaw
- cancelBitfinexOrder(String) - Method in class org.knowm.xchange.bitfinex.service.BitfinexTradeServiceRaw
- cancelBitfinexOrderMulti(List<String>) - Method in class org.knowm.xchange.bitfinex.service.BitfinexTradeServiceRaw
- cancelOffer(String, ParamsDigest, ParamsDigest, BitfinexCancelOfferRequest) - Method in interface org.knowm.xchange.bitfinex.v1.BitfinexAuthenticated
- cancelOrder(String) - Method in class org.knowm.xchange.bitfinex.service.BitfinexTradeService
- cancelOrder(CancelOrderParams) - Method in class org.knowm.xchange.bitfinex.service.BitfinexTradeService
- cancelOrderMulti(String, ParamsDigest, ParamsDigest, BitfinexCancelOrderMultiRequest) - Method in interface org.knowm.xchange.bitfinex.v1.BitfinexAuthenticated
- cancelOrders(String, ParamsDigest, ParamsDigest, BitfinexCancelOrderRequest) - Method in interface org.knowm.xchange.bitfinex.v1.BitfinexAuthenticated
- changeOrder(LimitOrder) - Method in class org.knowm.xchange.bitfinex.service.BitfinexTradeService
- convertToBitfinexWithdrawalType(String) - Static method in class org.knowm.xchange.bitfinex.v1.BitfinexUtils
-
From the reference documentation for field withdraw_type (2018-02-14); can be one of the following ['bitcoin', 'litecoin', 'ethereum', 'ethereumc', 'mastercoin', 'zcash', 'monero', 'wire', 'dash', 'ripple', 'eos', 'neo', 'aventus', 'qtum', 'eidoo'] From customer support via email on 2018-02-27; "...
- createFundingHistoryParams() - Method in class org.knowm.xchange.bitfinex.service.BitfinexAccountService
- createInstance(String) - Static method in class org.knowm.xchange.bitfinex.v1.BitfinexHmacPostBodyDigest
- createInstance(String) - Static method in class org.knowm.xchange.bitfinex.v2.BitfinexHmacSignature
- createOpenOrdersParams() - Method in class org.knowm.xchange.bitfinex.service.BitfinexTradeService
- createTradeHistoryParams() - Method in class org.knowm.xchange.bitfinex.service.BitfinexTradeService
- currency - Variable in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexBalanceHistoryRequest
- currency - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOfferRequest
D
- depositWithdrawalHistory(String, ParamsDigest, ParamsDigest, BitfinexDepositWithdrawalHistoryRequest) - Method in interface org.knowm.xchange.bitfinex.v1.BitfinexAuthenticated
- digestParams(RestInvocation) - Method in class org.knowm.xchange.bitfinex.service.BitfinexPayloadDigest
- digestParams(RestInvocation) - Method in class org.knowm.xchange.bitfinex.v1.BitfinexHmacPostBodyDigest
- digestParams(RestInvocation) - Method in class org.knowm.xchange.bitfinex.v2.BitfinexHmacSignature
- direction - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOfferRequest
E
- EmptyRequest - Class in org.knowm.xchange.bitfinex.v2.dto
- EmptyRequest() - Constructor for class org.knowm.xchange.bitfinex.v2.dto.EmptyRequest
- endTime - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexPastTradesRequest
-
Trades made after this timestamp won’t be returned.
- exchange - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrder
- exchange - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrderRequest
F
- FILL_OR_KILL - org.knowm.xchange.bitfinex.v1.BitfinexOrderType
- FILL_OR_KILL - org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOrderFlags
-
This type of order is a limit order that must be filled in its entirety or cancelled (killed).
G
- getAccountFees() - Method in class org.knowm.xchange.bitfinex.service.BitfinexAccountServiceRaw
- getAccountInfo() - Method in class org.knowm.xchange.bitfinex.service.BitfinexAccountService
- getActiveOrders(SynchronizedValueFactory<Long>, String, ParamsDigest, String, EmptyRequest) - Method in interface org.knowm.xchange.bitfinex.v2.BitfinexAuthenticated
-
https://docs.bitfinex.com/v2/reference#rest-auth-orders
- getAdditionalProperties() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexMarginInfosResponse
- getAdditionalProperties() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexMarginLimit
- getAdditionalProperties() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexWithdrawalResponse
- getAddress() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexDepositAddressResponse
- getAddress() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexDepositWithdrawalHistoryResponse
- getAmount() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexBalanceHistoryResponse
- getAmount() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexBalancesResponse
- getAmount() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexDepositWithdrawalHistoryResponse
- getAmount() - Method in class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexLendLevel
- getAmount() - Method in class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexLevel
- getAmount() - Method in class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexTrade
- getAmount() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexActivePositionsResponse
- getAmount() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexCreditResponse
- getAmount() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexFundingTradeResponse
- getAmount() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOfferRequest
- getAmount() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrder
- getAmount() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrderRequest
- getAmount() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexTradeResponse
- getAmount() - Method in class org.knowm.xchange.bitfinex.v2.dto.marketdata.BitfinexPublicTrade
- getAmountLent() - Method in class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexLend
- getAsk() - Method in class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexTicker
- getAsk() - Method in interface org.knowm.xchange.bitfinex.v2.dto.marketdata.BitfinexTicker
- getAsks() - Method in class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexDepth
- getAsks() - Method in class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexLendDepth
- getAskSize() - Method in interface org.knowm.xchange.bitfinex.v2.dto.marketdata.BitfinexTicker
- getAvailable() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexBalancesResponse
- getAvgExecutionPrice() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOrderStatusResponse
- getBalance() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexBalanceHistoryResponse
- getBase() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexActivePositionsResponse
- getBid() - Method in class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexTicker
- getBid() - Method in interface org.knowm.xchange.bitfinex.v2.dto.marketdata.BitfinexTicker
- getBids() - Method in class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexDepth
- getBids() - Method in class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexLendDepth
- getBidSize() - Method in interface org.knowm.xchange.bitfinex.v2.dto.marketdata.BitfinexTicker
- getBitfinexAccountInfo() - Method in class org.knowm.xchange.bitfinex.service.BitfinexAccountServiceRaw
- getBitfinexAccountInfos() - Method in class org.knowm.xchange.bitfinex.service.BitfinexTradeServiceRaw
- getBitfinexActiveCredits() - Method in class org.knowm.xchange.bitfinex.service.BitfinexTradeServiceRaw
- getBitfinexActiveOrdesV2(String) - Method in class org.knowm.xchange.bitfinex.service.BitfinexTradeServiceRaw
- getBitfinexActivePositions() - Method in class org.knowm.xchange.bitfinex.service.BitfinexTradeServiceRaw
- getBitfinexActivePositionsV2() - Method in class org.knowm.xchange.bitfinex.service.BitfinexTradeServiceRaw
- getBitfinexBalanceHistory(String, String, Long, Long, int) - Method in class org.knowm.xchange.bitfinex.service.BitfinexAccountServiceRaw
- getBitfinexDynamicTradingFees() - Method in class org.knowm.xchange.bitfinex.service.BitfinexAccountServiceRaw
- getBitfinexFundingHistory(String, Date, int) - Method in class org.knowm.xchange.bitfinex.service.BitfinexTradeServiceRaw
- getBitfinexLendBook(String, int, int) - Method in class org.knowm.xchange.bitfinex.service.BitfinexMarketDataServiceRaw
- getBitfinexLends(String, long, int) - Method in class org.knowm.xchange.bitfinex.service.BitfinexMarketDataServiceRaw
- getBitfinexMarginInfos() - Method in class org.knowm.xchange.bitfinex.service.BitfinexAccountServiceRaw
- getBitfinexOfferStatusResponse(String) - Method in class org.knowm.xchange.bitfinex.service.BitfinexTradeServiceRaw
- getBitfinexOpenOffers() - Method in class org.knowm.xchange.bitfinex.service.BitfinexTradeServiceRaw
- getBitfinexOpenOrders() - Method in class org.knowm.xchange.bitfinex.service.BitfinexTradeServiceRaw
- getBitfinexOrderBook(String, Integer, Integer) - Method in class org.knowm.xchange.bitfinex.service.BitfinexMarketDataServiceRaw
- getBitfinexOrdersHistory(long) - Method in class org.knowm.xchange.bitfinex.service.BitfinexTradeServiceRaw
- getBitfinexOrderStatus(String) - Method in class org.knowm.xchange.bitfinex.service.BitfinexTradeServiceRaw
- getBitfinexOrderTradesV2(String, Long) - Method in class org.knowm.xchange.bitfinex.service.BitfinexTradeServiceRaw
- getBitfinexPublicFundingTrades(Currency, int, long, long, int) - Method in class org.knowm.xchange.bitfinex.service.BitfinexMarketDataServiceRaw
- getBitfinexPublicTrades(CurrencyPair, int, long, long, int) - Method in class org.knowm.xchange.bitfinex.service.BitfinexMarketDataServiceRaw
- getBitfinexSymbols() - Method in class org.knowm.xchange.bitfinex.service.BitfinexMarketDataServiceRaw
- getBitfinexTicker(String) - Method in class org.knowm.xchange.bitfinex.service.BitfinexMarketDataServiceRaw
- getBitfinexTickers(Collection<CurrencyPair>) - Method in class org.knowm.xchange.bitfinex.service.BitfinexMarketDataServiceRaw
- getBitfinexTickerV2(CurrencyPair) - Method in class org.knowm.xchange.bitfinex.service.BitfinexMarketDataServiceRaw
- getBitfinexTradeHistory(String, long, Long, Integer, Integer) - Method in class org.knowm.xchange.bitfinex.service.BitfinexTradeServiceRaw
- getBitfinexTrades(String, long) - Method in class org.knowm.xchange.bitfinex.service.BitfinexMarketDataServiceRaw
- getBitfinexTradesV2(String, Long, Long, Long, Long) - Method in class org.knowm.xchange.bitfinex.service.BitfinexTradeServiceRaw
- getBook(String) - Method in interface org.knowm.xchange.bitfinex.v1.Bitfinex
- getBook(String, int, int) - Method in interface org.knowm.xchange.bitfinex.v1.Bitfinex
- getCurrency() - Method in class org.knowm.xchange.bitfinex.service.BitfinexAccountService.BitfinexFundingHistoryParams
- getCurrency() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexBalanceHistoryResponse
- getCurrency() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexBalancesResponse
- getCurrency() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexDepositAddressResponse
- getCurrency() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexDepositWithdrawalHistoryResponse
- getCurrency() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexTradingFeeResponse.BitfinexTradingFeeResponseRow
- getCurrency() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexCreditResponse
- getCurrency() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOfferRequest
- getCurrency() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOfferStatusResponse
- getCurrencyPair() - Method in class org.knowm.xchange.bitfinex.service.BitfinexTradeService.BitfinexTradeHistoryParams
- getDailyChange() - Method in interface org.knowm.xchange.bitfinex.v2.dto.marketdata.BitfinexTicker
- getDailyChangePerc() - Method in interface org.knowm.xchange.bitfinex.v2.dto.marketdata.BitfinexTicker
- getDefaultExchangeSpecification() - Method in class org.knowm.xchange.bitfinex.BitfinexExchange
- getDepositWithdrawalHistory(String, String, Date, Date, Integer) - Method in class org.knowm.xchange.bitfinex.service.BitfinexAccountServiceRaw
- getDescription() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexBalanceHistoryResponse
- getDescription() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexDepositWithdrawalHistoryResponse
- getDirection() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOfferRequest
- getDirection() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOfferStatusResponse
- getDynamicTradingFees() - Method in class org.knowm.xchange.bitfinex.service.BitfinexAccountService
- getError() - Method in exception org.knowm.xchange.bitfinex.v1.dto.BitfinexExceptionV1
- getExchange() - Method in class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexTrade
- getExchange() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrder
- getExchangeSymbols() - Method in class org.knowm.xchange.bitfinex.service.BitfinexMarketDataServiceRaw
- getExecutedAmount() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOfferStatusResponse
- getExecutedAmount() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOrderStatusResponse
- getExpiration() - Method in class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexSymbolDetail
- getFee() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexDepositWithdrawalHistoryResponse
- getFeeAmount() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexTradeResponse
- getFeeCurrency() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexTradeResponse
- getFees() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexAccountInfosResponse
- getFrr() - Method in class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexLendLevel
- getFundingHistory(TradeHistoryParams) - Method in class org.knowm.xchange.bitfinex.service.BitfinexAccountService
- getHigh() - Method in class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexTicker
- getHigh() - Method in interface org.knowm.xchange.bitfinex.v2.dto.marketdata.BitfinexTicker
- getId() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexDepositWithdrawalHistoryResponse
- getId() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexActivePositionsResponse
- getId() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexCreditResponse
- getId() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOfferStatusResponse
- getId() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOrderStatusResponse
- getInitial_margin() - Method in class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexSymbolDetail
- getInitialMargin() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexMarginLimit
- getLast_price() - Method in class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexTicker
- getLastPrice() - Method in interface org.knowm.xchange.bitfinex.v2.dto.marketdata.BitfinexTicker
- getLedgerEntries(String, Long, Long, Long) - Method in class org.knowm.xchange.bitfinex.service.BitfinexAccountServiceRaw
- getLedgerEntries(SynchronizedValueFactory<Long>, String, ParamsDigest, Long, Long, Long, EmptyRequest) - Method in interface org.knowm.xchange.bitfinex.v2.BitfinexAuthenticated
-
https://docs.bitfinex.com/reference#rest-auth-ledgers
- getLedgerEntries(SynchronizedValueFactory<Long>, String, ParamsDigest, String, Long, Long, Long, EmptyRequest) - Method in interface org.knowm.xchange.bitfinex.v2.BitfinexAuthenticated
- getLendBook(String, int, int) - Method in interface org.knowm.xchange.bitfinex.v1.Bitfinex
- getLendOrderBook(String, Object...) - Method in class org.knowm.xchange.bitfinex.service.BitfinexMarketDataService
- getLends(String, long, int) - Method in interface org.knowm.xchange.bitfinex.v1.Bitfinex
- getLeverage() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexMarginInfosResponse
- getLimit() - Method in class org.knowm.xchange.bitfinex.service.BitfinexAccountService.BitfinexFundingHistoryParams
- getLimit() - Method in class org.knowm.xchange.bitfinex.service.BitfinexTradeService.BitfinexTradeHistoryParams
- getLimitOrders() - Method in class org.knowm.xchange.bitfinex.service.BitfinexAdapters.OrdersContainer
- getLow() - Method in class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexTicker
- getLow() - Method in interface org.knowm.xchange.bitfinex.v2.dto.marketdata.BitfinexTicker
- getMakerFee() - Method in class org.knowm.xchange.bitfinex.service.BitfinexTradeService
- getMakerFee() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexTradingFeeResponse.BitfinexTradingFeeResponseRow
- getMakerFees() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexAccountInfosResponse
- getMakerFees() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexFee
- getMarginBalance() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexMarginInfosResponse
- getMarginLimits() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexMarginInfosResponse
- getMarginRequirement() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexMarginInfosResponse
- getMarginRequirement() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexMarginLimit
- getMaximum_order_size() - Method in class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexSymbolDetail
- getMessage() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexMarginInfosResponse
- getMessage() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexWithdrawalResponse
- getMessage() - Method in exception org.knowm.xchange.bitfinex.v1.dto.BitfinexExceptionV1
- getMethod() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexDepositAddressRequest
- getMethod() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexDepositAddressResponse
- getMethod() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexDepositWithdrawalHistoryResponse
- getMid() - Method in class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexTicker
- getMinimum_margin() - Method in class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexSymbolDetail
- getMinimum_order_size() - Method in class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexSymbolDetail
- getMovementHistory(String, Long, Long, Integer) - Method in class org.knowm.xchange.bitfinex.service.BitfinexAccountServiceRaw
- getMovementsHistory(SynchronizedValueFactory<Long>, String, ParamsDigest, Long, Long, Integer, EmptyRequest) - Method in interface org.knowm.xchange.bitfinex.v2.BitfinexAuthenticated
- getMovementsHistory(SynchronizedValueFactory<Long>, String, ParamsDigest, String, Long, Long, Integer, EmptyRequest) - Method in interface org.knowm.xchange.bitfinex.v2.BitfinexAuthenticated
- getNetValue() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexMarginInfosResponse
- getNonce() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexDepositAddressRequest
- getNonce() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexEmptyRequest
- getNonce() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexMarginInfosRequest
- getNonce() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexCancelOrderMultiRequest
- getNonce() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOfferRequest
- getNonce() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrderMultiRequest
- getNonce() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrderRequest
- getNonceFactory() - Method in class org.knowm.xchange.bitfinex.BitfinexExchange
- getOcoStopLimit() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexLimitOrder
- getOfferId() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexFundingTradeResponse
- getOnPair() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexMarginLimit
- getOpenOrders() - Method in class org.knowm.xchange.bitfinex.service.BitfinexTradeService
- getOpenOrders(OpenOrdersParams) - Method in class org.knowm.xchange.bitfinex.service.BitfinexTradeService
- getOptions() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexEmptyRequest
- getOrder() - Method in class org.knowm.xchange.bitfinex.service.BitfinexTradeService.BitfinexTradeHistoryParams
- getOrder(String...) - Method in class org.knowm.xchange.bitfinex.service.BitfinexTradeService
- getOrderBook(CurrencyPair, Object...) - Method in class org.knowm.xchange.bitfinex.service.BitfinexMarketDataService
- getOrderId() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexCancelOfferRequest
- getOrderId() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexCancelOrderRequest
- getOrderId() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOfferStatusRequest
- getOrderId() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOrderStatusRequest
- getOrderId() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexTradeResponse
- getOrderIds() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexCancelOrderMultiRequest
- getOrders() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrderMultiRequest
- getOrderStatuses() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrderMultiResponse
- getOrderTrades(SynchronizedValueFactory<Long>, String, ParamsDigest, String, Long, EmptyRequest) - Method in interface org.knowm.xchange.bitfinex.v2.BitfinexAuthenticated
-
https://docs.bitfinex.com/reference#rest-auth-order-trades *
- getOrderType() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexActivePositionsResponse
- getOriginalAmount() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOfferStatusResponse
- getOriginalAmount() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOrderStatusResponse
- getPair() - Method in class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexSymbolDetail
- getPairs() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexFee
- getPeriod() - Method in class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexLendLevel
- getPeriod() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexCreditResponse
- getPeriod() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexFundingTradeResponse
- getPeriod() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOfferRequest
- getPeriod() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOfferStatusResponse
- getPnl() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexActivePositionsResponse
- getPrice() - Method in class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexLevel
- getPrice() - Method in class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexTrade
- getPrice() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrder
- getPrice() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrderRequest
- getPrice() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOrderStatusResponse
- getPrice() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexTradeResponse
- getPrice() - Method in class org.knowm.xchange.bitfinex.v2.dto.marketdata.BitfinexPublicTrade
- getPrice_precision() - Method in class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexSymbolDetail
- getPublicFundingTrades(String, int, long, long, int) - Method in interface org.knowm.xchange.bitfinex.v2.Bitfinex
- getPublicTrades(String, int, long, long, int) - Method in interface org.knowm.xchange.bitfinex.v2.Bitfinex
- getRate() - Method in class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexLend
- getRate() - Method in class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexLendLevel
- getRate() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexCreditResponse
- getRate() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexFundingTradeResponse
- getRate() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOfferRequest
- getRate() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOfferStatusResponse
- getRemainingAmount() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOfferStatusResponse
- getRemainingAmount() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOrderStatusResponse
- getRenew() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexDepositAddressRequest
- getRequest() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexDepositAddressRequest
- getRequest() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexEmptyRequest
- getRequest() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexMarginInfosRequest
- getRequest() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexCancelOrderMultiRequest
- getRequest() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOfferRequest
- getRequest() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrderMultiRequest
- getRequest() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrderRequest
- getRequiredMargin() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexMarginInfosResponse
- getResponse() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexLimitOrder
- getResult() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexDepositAddressResponse
- getResult() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexCancelOrderMultiResponse
- getSide() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrder
- getSide() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrderRequest
- getSide() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOrderStatusResponse
- getStatus() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexDepositWithdrawalHistoryResponse
- getStatus() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexWithdrawalResponse
- getStatus() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexActivePositionsResponse
- getStatus() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexCreditResponse
- getStatus(String, String) - Method in interface org.knowm.xchange.bitfinex.v2.Bitfinex
- getStatus(List<CurrencyPair>) - Method in class org.knowm.xchange.bitfinex.service.BitfinexMarketDataServiceRaw
- getSwap() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexActivePositionsResponse
- getSymbol() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexActivePositionsResponse
- getSymbol() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrder
- getSymbol() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrderRequest
- getSymbol() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOrderStatusResponse
- getSymbol() - Method in interface org.knowm.xchange.bitfinex.v2.dto.marketdata.BitfinexTicker
- getSymbolDetails() - Method in class org.knowm.xchange.bitfinex.service.BitfinexMarketDataServiceRaw
- getSymbols() - Method in interface org.knowm.xchange.bitfinex.v1.Bitfinex
- getSymbolsDetails() - Method in interface org.knowm.xchange.bitfinex.v1.Bitfinex
- getTakerFee() - Method in class org.knowm.xchange.bitfinex.service.BitfinexTradeService
- getTakerFee() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexTradingFeeResponse.BitfinexTradingFeeResponseRow
- getTakerFees() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexAccountInfosResponse
- getTakerFees() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexFee
- getTicker(String) - Method in interface org.knowm.xchange.bitfinex.v1.Bitfinex
- getTicker(CurrencyPair, Object...) - Method in class org.knowm.xchange.bitfinex.service.BitfinexMarketDataService
- getTickers(String) - Method in interface org.knowm.xchange.bitfinex.v2.Bitfinex
- getTickers(Params) - Method in class org.knowm.xchange.bitfinex.service.BitfinexMarketDataService
- getTimestamp() - Method in class org.knowm.xchange.bitfinex.service.BitfinexAdapters.OrdersContainer
- getTimestamp() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexBalanceHistoryResponse
- getTimestamp() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexDepositWithdrawalHistoryResponse
- getTimestamp() - Method in class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexLend
- getTimestamp() - Method in class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexLendLevel
- getTimestamp() - Method in class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexLevel
- getTimestamp() - Method in class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexTicker
- getTimestamp() - Method in class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexTrade
- getTimestamp() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexActivePositionsResponse
- getTimestamp() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexCreditResponse
- getTimestamp() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexFundingTradeResponse
- getTimestamp() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOfferStatusResponse
- getTimestamp() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOrderStatusResponse
- getTimestamp() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexTradeResponse
- getTimestamp() - Method in class org.knowm.xchange.bitfinex.v2.dto.account.LedgerEntry
- getTimestamp() - Method in class org.knowm.xchange.bitfinex.v2.dto.marketdata.BitfinexPublicTrade
- getTimestamp() - Method in class org.knowm.xchange.bitfinex.v2.dto.trade.OrderTrade
- getTimestamp() - Method in class org.knowm.xchange.bitfinex.v2.dto.trade.Trade
- getTimestampCreate() - Method in class org.knowm.xchange.bitfinex.v2.dto.trade.ActiveOrder
- getTimestampCreated() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexDepositWithdrawalHistoryResponse
- getTradableBalance() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexMarginInfosResponse
- getTradableBalance() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexMarginLimit
- getTradeHistory(TradeHistoryParams) - Method in class org.knowm.xchange.bitfinex.service.BitfinexTradeService
- getTradeId() - Method in class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexTrade
- getTradeId() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexFundingTradeResponse
- getTradeId() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexTradeResponse
- getTradeId() - Method in class org.knowm.xchange.bitfinex.v2.dto.marketdata.BitfinexPublicTrade
- getTrades(String, long) - Method in interface org.knowm.xchange.bitfinex.v1.Bitfinex
- getTrades(CurrencyPair, Object...) - Method in class org.knowm.xchange.bitfinex.service.BitfinexMarketDataService
- getTrades(SynchronizedValueFactory<Long>, String, ParamsDigest, Long, Long, Long, Long, EmptyRequest) - Method in interface org.knowm.xchange.bitfinex.v2.BitfinexAuthenticated
-
https://docs.bitfinex.com/v2/reference#rest-auth-trades-hist
- getTrades(SynchronizedValueFactory<Long>, String, ParamsDigest, String, Long, Long, Long, Long, EmptyRequest) - Method in interface org.knowm.xchange.bitfinex.v2.BitfinexAuthenticated
- getTradingFees() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexTradingFeeResponse
- getTxid() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexDepositWithdrawalHistoryResponse
- getType() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexBalancesResponse
- getType() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexDepositWithdrawalHistoryResponse
- getType() - Method in class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexTrade
- getType() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexFundingTradeResponse
- getType() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrder
- getType() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrderRequest
- getType() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOfferStatusResponse
- getType() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOrderStatusResponse
- getType() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexTradeResponse
- getType() - Method in class org.knowm.xchange.bitfinex.v2.dto.marketdata.BitfinexPublicTrade
- getUnrealizedPl() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexMarginInfosResponse
- getUnrealizedSwap() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexMarginInfosResponse
- getValue() - Method in enum org.knowm.xchange.bitfinex.v1.BitfinexOrderType
- getVolume() - Method in class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexTicker
- getVolume() - Method in interface org.knowm.xchange.bitfinex.v2.dto.marketdata.BitfinexTicker
- getWallet_name() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexDepositAddressRequest
- getWasForced() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOrderStatusResponse
- getWithdraw() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexAccountFeesResponse
- getWithdrawalId() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexWithdrawalResponse
H
- HIDDEN - org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOrderFlags
-
This is an order which does not appear in the orderbook, and thus doesn't influence other market participants.
I
- initServices() - Method in class org.knowm.xchange.bitfinex.BitfinexExchange
- INSTANCE - Static variable in class org.knowm.xchange.bitfinex.v2.dto.EmptyRequest
- is_hidden - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrderRequest
- is_postonly - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrderRequest
- isCancelled() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOfferStatusResponse
- isCancelled() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOrderStatusResponse
- isFundingCurrency() - Method in interface org.knowm.xchange.bitfinex.v2.dto.marketdata.BitfinexTicker
- isFundingCurrency() - Method in class org.knowm.xchange.bitfinex.v2.dto.marketdata.BitfinexTickerFundingCurrency
- isLive() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOfferStatusResponse
- isLive() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOrderStatusResponse
- isMargin() - Method in class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexSymbolDetail
- isTradingPair() - Method in interface org.knowm.xchange.bitfinex.v2.dto.marketdata.BitfinexTicker
- isTradingPair() - Method in class org.knowm.xchange.bitfinex.v2.dto.marketdata.BitfinexTickerTraidingPair
L
- LedgerEntry - Class in org.knowm.xchange.bitfinex.v2.dto.account
-
https://docs.bitfinex.com/reference#rest-auth-ledgers
- LedgerEntry() - Constructor for class org.knowm.xchange.bitfinex.v2.dto.account.LedgerEntry
- limit - Variable in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexBalanceHistoryRequest
- LIMIT - org.knowm.xchange.bitfinex.v1.BitfinexOrderType
- limitTrades - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexPastFundingTradesRequest
- limitTrades - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexPastTradesRequest
- log - Static variable in class org.knowm.xchange.bitfinex.service.BitfinexAdapters
M
- MARGIN - org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOrderFlags
-
This type of order a margin order that is leveraged in line with bitfinex current leverage rates.
- MARGIN_FILL_OR_KILL - org.knowm.xchange.bitfinex.v1.BitfinexOrderType
- MARGIN_LIMIT - org.knowm.xchange.bitfinex.v1.BitfinexOrderType
- MARGIN_MARKET - org.knowm.xchange.bitfinex.v1.BitfinexOrderType
- MARGIN_STOP - org.knowm.xchange.bitfinex.v1.BitfinexOrderType
- MARGIN_STOP_LIMIT - org.knowm.xchange.bitfinex.v1.BitfinexOrderType
- MARGIN_TRAILING_STOP - org.knowm.xchange.bitfinex.v1.BitfinexOrderType
- marginInfos(String, ParamsDigest, ParamsDigest, BitfinexMarginInfosRequest) - Method in interface org.knowm.xchange.bitfinex.v1.BitfinexAuthenticated
- MARKET - org.knowm.xchange.bitfinex.v1.BitfinexOrderType
- Movement - Class in org.knowm.xchange.bitfinex.v2.dto.account
-
https://docs.bitfinex.com/reference#rest-auth-movements
- Movement(String, String, String, Object, Object, Date, Date, Object, Object, String, Object, Object, BigDecimal, BigDecimal, Object, Object, String, Object, Object, Object, String, Object) - Constructor for class org.knowm.xchange.bitfinex.v2.dto.account.Movement
N
- newOffer(String, ParamsDigest, ParamsDigest, BitfinexNewOfferRequest) - Method in interface org.knowm.xchange.bitfinex.v1.BitfinexAuthenticated
- newOrder(String, ParamsDigest, ParamsDigest, BitfinexNewOrderRequest) - Method in interface org.knowm.xchange.bitfinex.v1.BitfinexAuthenticated
- newOrderMulti(String, ParamsDigest, ParamsDigest, BitfinexNewOrderMultiRequest) - Method in interface org.knowm.xchange.bitfinex.v1.BitfinexAuthenticated
- nonce - Variable in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexBalanceHistoryRequest
- nonce - Variable in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexDepositAddressRequest
- nonce - Variable in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexEmptyRequest
- nonce - Variable in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexMarginInfosRequest
- nonce - Variable in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexWithdrawalRequest
- nonce - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexActiveCreditsRequest
- nonce - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexCancelAllOrdersRequest
- nonce - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexCancelOfferRequest
- nonce - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexCancelOrderMultiRequest
- nonce - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexCancelOrderRequest
- nonce - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOfferRequest
- nonce - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrderMultiRequest
- nonce - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrderRequest
- nonce - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNonceOnlyRequest
- nonce - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOfferStatusRequest
- nonce - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOrdersHistoryRequest
- nonce - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOrderStatusRequest
- nonce - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexPastFundingTradesRequest
- nonce - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexPastTradesRequest
O
- ocoorder - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrderRequest
- offerStatus(String, ParamsDigest, ParamsDigest, BitfinexOfferStatusRequest) - Method in interface org.knowm.xchange.bitfinex.v1.BitfinexAuthenticated
- options - Variable in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexEmptyRequest
- options - Variable in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexWithdrawalRequest
- orderIds - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexCancelOrderMultiRequest
- orders - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrderMultiRequest
- OrdersContainer(long, List<LimitOrder>) - Constructor for class org.knowm.xchange.bitfinex.service.BitfinexAdapters.OrdersContainer
-
Constructor
- ordersHist(String, ParamsDigest, ParamsDigest, BitfinexOrdersHistoryRequest) - Method in interface org.knowm.xchange.bitfinex.v1.BitfinexAuthenticated
- orderStatus(String, ParamsDigest, ParamsDigest, BitfinexOrderStatusRequest) - Method in interface org.knowm.xchange.bitfinex.v1.BitfinexAuthenticated
- OrderTrade - Class in org.knowm.xchange.bitfinex.v2.dto.trade
-
https://docs.bitfinex.com/reference#rest-auth-order-trades
- OrderTrade() - Constructor for class org.knowm.xchange.bitfinex.v2.dto.trade.OrderTrade
- org.knowm.xchange.bitfinex - package org.knowm.xchange.bitfinex
- org.knowm.xchange.bitfinex.dto - package org.knowm.xchange.bitfinex.dto
- org.knowm.xchange.bitfinex.service - package org.knowm.xchange.bitfinex.service
- org.knowm.xchange.bitfinex.v1 - package org.knowm.xchange.bitfinex.v1
- org.knowm.xchange.bitfinex.v1.dto - package org.knowm.xchange.bitfinex.v1.dto
- org.knowm.xchange.bitfinex.v1.dto.account - package org.knowm.xchange.bitfinex.v1.dto.account
- org.knowm.xchange.bitfinex.v1.dto.marketdata - package org.knowm.xchange.bitfinex.v1.dto.marketdata
- org.knowm.xchange.bitfinex.v1.dto.trade - package org.knowm.xchange.bitfinex.v1.dto.trade
- org.knowm.xchange.bitfinex.v2 - package org.knowm.xchange.bitfinex.v2
- org.knowm.xchange.bitfinex.v2.dto - package org.knowm.xchange.bitfinex.v2.dto
- org.knowm.xchange.bitfinex.v2.dto.account - package org.knowm.xchange.bitfinex.v2.dto.account
- org.knowm.xchange.bitfinex.v2.dto.marketdata - package org.knowm.xchange.bitfinex.v2.dto.marketdata
- org.knowm.xchange.bitfinex.v2.dto.trade - package org.knowm.xchange.bitfinex.v2.dto.trade
P
- pastFundingTrades(String, ParamsDigest, ParamsDigest, BitfinexPastFundingTradesRequest) - Method in interface org.knowm.xchange.bitfinex.v1.BitfinexAuthenticated
- pastTrades(String, ParamsDigest, ParamsDigest, BitfinexPastTradesRequest) - Method in interface org.knowm.xchange.bitfinex.v1.BitfinexAuthenticated
- payloadCreator - Variable in class org.knowm.xchange.bitfinex.service.BitfinexBaseService
- period - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOfferRequest
- placeBitfinexFixedRateLoanOrder(FixedRateLoanOrder, BitfinexOrderType) - Method in class org.knowm.xchange.bitfinex.service.BitfinexTradeServiceRaw
- placeBitfinexFloatingRateLoanOrder(FloatingRateLoanOrder, BitfinexOrderType) - Method in class org.knowm.xchange.bitfinex.service.BitfinexTradeServiceRaw
- placeBitfinexLimitOrder(LimitOrder, BitfinexOrderType) - Method in class org.knowm.xchange.bitfinex.service.BitfinexTradeServiceRaw
- placeBitfinexMarketOrder(MarketOrder, BitfinexOrderType) - Method in class org.knowm.xchange.bitfinex.service.BitfinexTradeServiceRaw
- placeBitfinexOrderMulti(List<? extends Order>, BitfinexOrderType) - Method in class org.knowm.xchange.bitfinex.service.BitfinexTradeServiceRaw
- placeLimitOrder(LimitOrder) - Method in class org.knowm.xchange.bitfinex.service.BitfinexTradeService
- placeMarketOrder(MarketOrder) - Method in class org.knowm.xchange.bitfinex.service.BitfinexTradeService
- placeStopOrder(StopOrder) - Method in class org.knowm.xchange.bitfinex.service.BitfinexTradeService
- Position - Class in org.knowm.xchange.bitfinex.v2.dto.trade
-
https://docs.bitfinex.com/v2/reference#rest-auth-positions
- Position() - Constructor for class org.knowm.xchange.bitfinex.v2.dto.trade.Position
- POST_ONLY - org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOrderFlags
-
These are orders that allow you to be sure to always pay the maker fee.
- price - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrder
- price - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrderRequest
R
- rate - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOfferRequest
- remoteInit() - Method in class org.knowm.xchange.bitfinex.BitfinexExchange
- replaceBitfinexLimitOrder(LimitOrder, BitfinexOrderType, long) - Method in class org.knowm.xchange.bitfinex.service.BitfinexTradeServiceRaw
- replaceOrder(String, ParamsDigest, ParamsDigest, BitfinexReplaceOrderRequest) - Method in interface org.knowm.xchange.bitfinex.v1.BitfinexAuthenticated
- replaceOrderId - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexReplaceOrderRequest
- request - Variable in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexBalanceHistoryRequest
- request - Variable in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexDepositAddressRequest
- request - Variable in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexEmptyRequest
- request - Variable in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexMarginInfosRequest
- request - Variable in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexWithdrawalRequest
- request - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexActiveCreditsRequest
- request - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexCancelAllOrdersRequest
- request - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexCancelOfferRequest
- request - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexCancelOrderMultiRequest
- request - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexCancelOrderRequest
- request - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOfferRequest
- request - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrderMultiRequest
- request - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrderRequest
- request - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNonceOnlyRequest
- request - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOfferStatusRequest
- request - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOrdersHistoryRequest
- request - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOrderStatusRequest
- request - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexPastFundingTradesRequest
- request - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexPastTradesRequest
- requestDeposit(String, ParamsDigest, ParamsDigest, BitfinexDepositAddressRequest) - Method in interface org.knowm.xchange.bitfinex.v1.BitfinexAuthenticated
- requestDepositAddress(Currency, String...) - Method in class org.knowm.xchange.bitfinex.service.BitfinexAccountService
- requestDepositAddressRaw(String) - Method in class org.knowm.xchange.bitfinex.service.BitfinexAccountServiceRaw
- reverse - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexPastTradesRequest
-
Return trades in reverse order (the oldest comes first).
S
- sell_price_oco - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrderRequest
- setAdditionalProperty(String, Object) - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexMarginInfosResponse
- setAdditionalProperty(String, Object) - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexMarginLimit
- setAdditionalProperty(String, Object) - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexWithdrawalResponse
- setAddress(String) - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexDepositAddressResponse
- setAmount(BigDecimal) - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrder
- setCurrency(String) - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexDepositAddressResponse
- setCurrency(Currency) - Method in class org.knowm.xchange.bitfinex.service.BitfinexAccountService.BitfinexFundingHistoryParams
- setCurrencyPair(CurrencyPair) - Method in class org.knowm.xchange.bitfinex.service.BitfinexTradeService.BitfinexTradeHistoryParams
- setExchange(String) - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrder
- setInitialMargin(BigDecimal) - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexMarginLimit
- setLeverage(BigDecimal) - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexMarginInfosResponse
- setLimit(Integer) - Method in class org.knowm.xchange.bitfinex.service.BitfinexAccountService.BitfinexFundingHistoryParams
- setLimit(Integer) - Method in class org.knowm.xchange.bitfinex.service.BitfinexTradeService.BitfinexTradeHistoryParams
- setMarginBalance(BigDecimal) - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexMarginInfosResponse
- setMarginLimits(List<BitfinexMarginLimit>) - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexMarginInfosResponse
- setMarginRequirement(BigDecimal) - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexMarginInfosResponse
- setMarginRequirement(BigDecimal) - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexMarginLimit
- setMessage(String) - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexMarginInfosResponse
- setMessage(String) - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexWithdrawalResponse
- setMethod(String) - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexDepositAddressRequest
- setMethod(String) - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexDepositAddressResponse
- setNetValue(BigDecimal) - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexMarginInfosResponse
- setNonce(String) - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexDepositAddressRequest
- setNonce(String) - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexEmptyRequest
- setNonce(String) - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexMarginInfosRequest
- setNonce(String) - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexCancelOrderMultiRequest
- setNonce(String) - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOfferRequest
- setNonce(String) - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrderMultiRequest
- setNonce(String) - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrderRequest
- setOcoStopLimit(BigDecimal) - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexLimitOrder
- setOnPair(String) - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexMarginLimit
- setOptions(String) - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexEmptyRequest
- setOrder(TradeHistoryParamsSorted.Order) - Method in class org.knowm.xchange.bitfinex.service.BitfinexTradeService.BitfinexTradeHistoryParams
- setOrderIds(long[]) - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexCancelOrderMultiRequest
- setOrders(BitfinexNewOrder[]) - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrderMultiRequest
- setPrice(BigDecimal) - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrder
- setRenew(int) - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexDepositAddressRequest
- setRequest(String) - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexDepositAddressRequest
- setRequest(String) - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexEmptyRequest
- setRequest(String) - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexMarginInfosRequest
- setRequest(String) - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexCancelOrderMultiRequest
- setRequest(String) - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOfferRequest
- setRequest(String) - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrderMultiRequest
- setRequest(String) - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrderRequest
- setRequiredMargin(BigDecimal) - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexMarginInfosResponse
- setResponse(BitfinexOrderStatusResponse) - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexLimitOrder
- setResult(String) - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexDepositAddressResponse
- setSide(String) - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrder
- setStatus(String) - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexWithdrawalResponse
- setSymbol(String) - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrder
- setTradableBalance(BigDecimal) - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexMarginInfosResponse
- setTradableBalance(BigDecimal) - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexMarginLimit
- setType(String) - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrder
- setUnrealizedPl(BigDecimal) - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexMarginInfosResponse
- setUnrealizedSwap(BigDecimal) - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexMarginInfosResponse
- setWallet_name(String) - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexDepositAddressRequest
- setWithdrawalId(String) - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexWithdrawalResponse
- side - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrder
- side - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrderRequest
- signatureCreator - Variable in class org.knowm.xchange.bitfinex.service.BitfinexBaseService
- signatureV2 - Variable in class org.knowm.xchange.bitfinex.service.BitfinexBaseService
- since - Variable in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexBalanceHistoryRequest
- startTime - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexPastTradesRequest
-
REQUIRED Trades made before this timestamp won’t be returned
- Status - Class in org.knowm.xchange.bitfinex.v2.dto.marketdata
- Status() - Constructor for class org.knowm.xchange.bitfinex.v2.dto.marketdata.Status
- STOP - org.knowm.xchange.bitfinex.v1.BitfinexOrderType
- STOP - org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOrderFlags
-
Stop order
- STOP_LIMIT - org.knowm.xchange.bitfinex.v1.BitfinexOrderType
- symbol - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrder
- symbol - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrderRequest
- symbol - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexPastFundingTradesRequest
- symbol - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexPastTradesRequest
T
- toPairString(CurrencyPair) - Static method in class org.knowm.xchange.bitfinex.v1.BitfinexUtils
- toPairStringV1(CurrencyPair) - Static method in class org.knowm.xchange.bitfinex.v1.BitfinexUtils
- toString() - Method in enum org.knowm.xchange.bitfinex.v1.BitfinexOrderType
- toString() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexBalanceHistoryResponse
- toString() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexBalancesResponse
- toString() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexDepositWithdrawalHistoryResponse
- toString() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexMarginInfosResponse
- toString() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexMarginLimit
- toString() - Method in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexTradingFeeResponse
- toString() - Method in class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexDepth
- toString() - Method in class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexLend
- toString() - Method in class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexLendDepth
- toString() - Method in class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexLendLevel
- toString() - Method in class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexLevel
- toString() - Method in class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexTicker
- toString() - Method in class org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexTrade
- toString() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexAccountInfosResponse
- toString() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexActivePositionsResponse
- toString() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexCancelOrderMultiResponse
- toString() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexCreditResponse
- toString() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexFundingTradeResponse
- toString() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrderMultiResponse
- toString() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOfferStatusResponse
- toString() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOrderStatusResponse
- toString() - Method in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexTradeResponse
- toString() - Method in class org.knowm.xchange.bitfinex.v2.dto.marketdata.BitfinexPublicTrade
- Trade - Class in org.knowm.xchange.bitfinex.v2.dto.trade
-
https://docs.bitfinex.com/v2/reference#rest-auth-trades-hist
- Trade() - Constructor for class org.knowm.xchange.bitfinex.v2.dto.trade.Trade
- tradingFees(String, ParamsDigest, ParamsDigest, BitfinexTradingFeesRequest) - Method in interface org.knowm.xchange.bitfinex.v1.BitfinexAuthenticated
- TRAILING_STOP - org.knowm.xchange.bitfinex.v1.BitfinexOrderType
- TRAILING_STOP - org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOrderFlags
-
Trailing stop order
- type - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrder
- type - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrderRequest
U
- until - Variable in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexBalanceHistoryRequest
- until - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexPastFundingTradesRequest
-
Trades made after this timestamp won’t be returned.
- USE_REMAINING - org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOrderFlags
-
For order amends indicates that the new order should use the remaining amount of the original order.
- useRemaining - Variable in class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexReplaceOrderRequest
V
- valueOf(String) - Static method in enum org.knowm.xchange.bitfinex.v1.BitfinexOrderType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOrderFlags
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.knowm.xchange.bitfinex.v1.BitfinexOrderType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOrderFlags
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- wallet - Variable in class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexBalanceHistoryRequest
- withdraw(String, String, BigDecimal, String) - Method in class org.knowm.xchange.bitfinex.service.BitfinexAccountServiceRaw
- withdraw(String, String, BigDecimal, String) - Method in class org.knowm.xchange.bitfinex.service.BitfinexTradeServiceRaw
- withdraw(String, String, BigDecimal, String, String) - Method in class org.knowm.xchange.bitfinex.service.BitfinexAccountServiceRaw
- withdraw(String, String, BigDecimal, String, String) - Method in class org.knowm.xchange.bitfinex.service.BitfinexTradeServiceRaw
- withdraw(String, String, BigDecimal, String, String, String) - Method in class org.knowm.xchange.bitfinex.service.BitfinexAccountServiceRaw
- withdraw(String, ParamsDigest, ParamsDigest, BitfinexWithdrawalRequest) - Method in interface org.knowm.xchange.bitfinex.v1.BitfinexAuthenticated
- withdrawFunds(Currency, BigDecimal, String) - Method in class org.knowm.xchange.bitfinex.service.BitfinexAccountService
-
Withdrawal support
- withdrawFunds(Currency, BigDecimal, String, String) - Method in class org.knowm.xchange.bitfinex.service.BitfinexAccountService
-
Used for XRP withdrawals
- withdrawFunds(WithdrawFundsParams) - Method in class org.knowm.xchange.bitfinex.service.BitfinexAccountService
All Classes All Packages