Package | Description |
---|---|
com.xeiam.xchange.bitfinex.v1 | |
com.xeiam.xchange.bitfinex.v1.service.polling | |
com.xeiam.xchange.dto.marketdata | |
com.xeiam.xchange.dto.trade |
Modifier and Type | Method and Description |
---|---|
static FixedRateLoanOrder |
BitfinexAdapters.adaptFixedRateLoanOrder(String currency,
BigDecimal amount,
int dayPeriod,
String direction,
String id,
BigDecimal rate) |
Modifier and Type | Method and Description |
---|---|
static List<FixedRateLoanOrder> |
BitfinexAdapters.adaptFixedRateLoanOrders(BitfinexLendLevel[] orders,
String currency,
String orderType,
String id) |
Modifier and Type | Method and Description |
---|---|
BitfinexOfferStatusResponse |
BitfinexTradeServiceRaw.placeBitfinexFixedRateLoanOrder(FixedRateLoanOrder loanOrder,
BitfinexOrderType orderType) |
Modifier and Type | Method and Description |
---|---|
List<FixedRateLoanOrder> |
LoanOrderBook.getFixedRateAsks() |
List<FixedRateLoanOrder> |
LoanOrderBook.getFixedRateBids() |
Modifier and Type | Method and Description |
---|---|
void |
LoanOrderBook.update(FixedRateLoanOrder updatedLoanOrder) |
Constructor and Description |
---|
LoanOrderBook(Date timestamp,
List<FixedRateLoanOrder> fixedRateAsks,
List<FixedRateLoanOrder> fixedRateBids,
List<FloatingRateLoanOrder> floatingRateAsks,
List<FloatingRateLoanOrder> floatingRateBids)
Constructor
|
LoanOrderBook(Date timestamp,
List<FixedRateLoanOrder> fixedRateAsks,
List<FixedRateLoanOrder> fixedRateBids,
List<FloatingRateLoanOrder> floatingRateAsks,
List<FloatingRateLoanOrder> floatingRateBids)
Constructor
|
Modifier and Type | Method and Description |
---|---|
List<FixedRateLoanOrder> |
OpenLoanOrders.getOpenFixedRateLoanOrders() |
Modifier and Type | Method and Description |
---|---|
int |
FixedRateLoanOrder.compareTo(FixedRateLoanOrder fixedRateLoanOrder) |
Constructor and Description |
---|
OpenLoanOrders(List<FixedRateLoanOrder> openFixedRateLoanOrders,
List<FloatingRateLoanOrder> openFloatingRateLoanOrders)
Constructor
|
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.