Uses of Enum
org.knowm.xchange.idex.dto.IdexBuySell
Packages that use IdexBuySell
-
Uses of IdexBuySell in org.knowm.xchange.idex.dto
Methods in org.knowm.xchange.idex.dto that return IdexBuySellModifier and TypeMethodDescriptionstatic IdexBuySell
OrderResponse.getType()
ReturnOpenOrdersResponseInner.getType()
ReturnOrderTradesResponseInner.getType()
TradeHistoryItem.getType()
TradeResponseInner.getType()
static IdexBuySell
Returns the enum constant of this type with the specified name.static IdexBuySell[]
IdexBuySell.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.knowm.xchange.idex.dto with parameters of type IdexBuySellModifier and TypeMethodDescriptionvoid
OrderResponse.setType
(IdexBuySell type) void
ReturnOpenOrdersResponseInner.setType
(IdexBuySell type) void
ReturnOrderTradesResponseInner.setType
(IdexBuySell type) void
TradeHistoryItem.setType
(IdexBuySell type) void
TradeResponseInner.setType
(IdexBuySell type) OrderResponse.type
(IdexBuySell type) ReturnOpenOrdersResponseInner.type
(IdexBuySell type) ReturnOrderTradesResponseInner.type
(IdexBuySell type) TradeHistoryItem.type
(IdexBuySell type) TradeResponseInner.type
(IdexBuySell type)