Uses of Enum
org.knowm.xchange.lykke.dto.trade.LykkeOrderType
Packages that use LykkeOrderType
-
Uses of LykkeOrderType in org.knowm.xchange.lykke.dto.trade
Methods in org.knowm.xchange.lykke.dto.trade that return LykkeOrderTypeModifier 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.Constructors in org.knowm.xchange.lykke.dto.trade with parameters of type LykkeOrderTypeModifierConstructorDescriptionLykkeLimitOrder
(String assetPairId, LykkeOrderType orderAction, double volume, double price)