Uses of Enum
org.knowm.xchange.bitfinex.v1.BitfinexOrderType
Packages that use BitfinexOrderType
-
Uses of BitfinexOrderType in org.knowm.xchange.bitfinex.service
Methods in org.knowm.xchange.bitfinex.service that return BitfinexOrderTypeModifier and TypeMethodDescriptionstatic BitfinexOrderType
BitfinexAdapters.adaptOrderFlagsToType
(Set<Order.IOrderFlags> flags) Methods in org.knowm.xchange.bitfinex.service with parameters of type BitfinexOrderTypeModifier and TypeMethodDescriptionBitfinexTradeServiceRaw.placeBitfinexFixedRateLoanOrder
(FixedRateLoanOrder loanOrder, BitfinexOrderType orderType) BitfinexTradeServiceRaw.placeBitfinexFloatingRateLoanOrder
(FloatingRateLoanOrder loanOrder, BitfinexOrderType orderType) BitfinexTradeServiceRaw.placeBitfinexLimitOrder
(LimitOrder limitOrder, BitfinexOrderType orderType) BitfinexTradeServiceRaw.placeBitfinexMarketOrder
(MarketOrder marketOrder, BitfinexOrderType bitfinexOrderType) BitfinexTradeServiceRaw.placeBitfinexOrderMulti
(List<? extends Order> orders, BitfinexOrderType bitfinexOrderType) BitfinexTradeServiceRaw.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 BitfinexOrderTypeModifier and TypeMethodDescriptionstatic BitfinexOrderType
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.