Uses of Class
org.knowm.xchange.dto.trade.FixedRateLoanOrder
Package | Description |
---|---|
org.knowm.xchange.bitfinex.service | |
org.knowm.xchange.dto.marketdata | |
org.knowm.xchange.dto.trade | |
org.knowm.xchange.gemini.v1 |
-
Uses of FixedRateLoanOrder in org.knowm.xchange.bitfinex.service
Methods in org.knowm.xchange.bitfinex.service that return FixedRateLoanOrder Modifier and Type Method Description static FixedRateLoanOrder
BitfinexAdapters. adaptFixedRateLoanOrder(String currency, BigDecimal amount, int dayPeriod, String direction, String id, BigDecimal rate)
Methods in org.knowm.xchange.bitfinex.service that return types with arguments of type FixedRateLoanOrder Modifier and Type Method Description static List<FixedRateLoanOrder>
BitfinexAdapters. adaptFixedRateLoanOrders(BitfinexLendLevel[] orders, String currency, String orderType, String id)
Methods in org.knowm.xchange.bitfinex.service with parameters of type FixedRateLoanOrder Modifier and Type Method Description BitfinexOfferStatusResponse
BitfinexTradeServiceRaw. placeBitfinexFixedRateLoanOrder(FixedRateLoanOrder loanOrder, BitfinexOrderType orderType)
-
Uses of FixedRateLoanOrder in org.knowm.xchange.dto.marketdata
Methods in org.knowm.xchange.dto.marketdata that return types with arguments of type FixedRateLoanOrder Modifier and Type Method Description List<FixedRateLoanOrder>
LoanOrderBook. getFixedRateAsks()
List<FixedRateLoanOrder>
LoanOrderBook. getFixedRateBids()
Methods in org.knowm.xchange.dto.marketdata with parameters of type FixedRateLoanOrder Modifier and Type Method Description void
LoanOrderBook. update(FixedRateLoanOrder updatedLoanOrder)
Constructor parameters in org.knowm.xchange.dto.marketdata with type arguments of type FixedRateLoanOrder Constructor Description LoanOrderBook(Date timestamp, List<FixedRateLoanOrder> fixedRateAsks, List<FixedRateLoanOrder> fixedRateBids, List<FloatingRateLoanOrder> floatingRateAsks, List<FloatingRateLoanOrder> floatingRateBids)
Constructor -
Uses of FixedRateLoanOrder in org.knowm.xchange.dto.trade
Methods in org.knowm.xchange.dto.trade that return types with arguments of type FixedRateLoanOrder Modifier and Type Method Description List<FixedRateLoanOrder>
OpenLoanOrders. getOpenFixedRateLoanOrders()
Methods in org.knowm.xchange.dto.trade with parameters of type FixedRateLoanOrder Modifier and Type Method Description int
FixedRateLoanOrder. compareTo(FixedRateLoanOrder fixedRateLoanOrder)
Constructor parameters in org.knowm.xchange.dto.trade with type arguments of type FixedRateLoanOrder Constructor Description OpenLoanOrders(List<FixedRateLoanOrder> openFixedRateLoanOrders, List<FloatingRateLoanOrder> openFloatingRateLoanOrders)
Constructor -
Uses of FixedRateLoanOrder in org.knowm.xchange.gemini.v1
Methods in org.knowm.xchange.gemini.v1 that return FixedRateLoanOrder Modifier and Type Method Description static FixedRateLoanOrder
GeminiAdapters. adaptFixedRateLoanOrder(String currency, BigDecimal amount, int dayPeriod, String direction, String id, BigDecimal rate)
Methods in org.knowm.xchange.gemini.v1 that return types with arguments of type FixedRateLoanOrder Modifier and Type Method Description static List<FixedRateLoanOrder>
GeminiAdapters. adaptFixedRateLoanOrders(GeminiLendLevel[] orders, String currency, String orderType, String id)