Uses of Class
org.knowm.xchange.bitfinex.v1.BitfinexOrderType
-
Packages that use BitfinexOrderType Package Description org.knowm.xchange.bitfinex.service org.knowm.xchange.bitfinex.v1 -
-
Uses of BitfinexOrderType in org.knowm.xchange.bitfinex.service
Methods in org.knowm.xchange.bitfinex.service that return BitfinexOrderType Modifier and Type Method Description static BitfinexOrderTypeBitfinexAdapters. adaptOrderFlagsToType(Set<Order.IOrderFlags> flags)Methods in org.knowm.xchange.bitfinex.service with parameters of type BitfinexOrderType Modifier and Type Method Description BitfinexOfferStatusResponseBitfinexTradeServiceRaw. placeBitfinexFixedRateLoanOrder(FixedRateLoanOrder loanOrder, BitfinexOrderType orderType)BitfinexOfferStatusResponseBitfinexTradeServiceRaw. placeBitfinexFloatingRateLoanOrder(FloatingRateLoanOrder loanOrder, BitfinexOrderType orderType)BitfinexOrderStatusResponseBitfinexTradeServiceRaw. placeBitfinexLimitOrder(LimitOrder limitOrder, BitfinexOrderType orderType)BitfinexOrderStatusResponseBitfinexTradeServiceRaw. placeBitfinexMarketOrder(MarketOrder marketOrder, BitfinexOrderType bitfinexOrderType)BitfinexNewOrderMultiResponseBitfinexTradeServiceRaw. placeBitfinexOrderMulti(List<? extends Order> orders, BitfinexOrderType bitfinexOrderType)BitfinexOrderStatusResponseBitfinexTradeServiceRaw. replaceBitfinexLimitOrder(LimitOrder limitOrder, BitfinexOrderType orderType, long replaceOrderId) -
Uses of BitfinexOrderType in org.knowm.xchange.bitfinex.v1
Methods in org.knowm.xchange.bitfinex.v1 that return BitfinexOrderType Modifier and Type Method Description static BitfinexOrderTypeBitfinexOrderType. valueOf(String name)Returns the enum constant of this type with the specified name.static BitfinexOrderType[]BitfinexOrderType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-