Uses of Enum
org.knowm.xchange.lykke.dto.trade.LykkeOrderType
-
Uses of LykkeOrderType in org.knowm.xchange.lykke.dto.trade
Modifier and TypeMethodDescriptionstatic LykkeOrderType
LykkeOrderType.fromOrderType
(Order.OrderType orderType) LykkeLimitOrder.getOrderAction()
static LykkeOrderType
Returns the enum constant of this type with the specified name.static LykkeOrderType[]
LykkeOrderType.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionLykkeLimitOrder
(String assetPairId, LykkeOrderType orderAction, double volume, double price)