Class LykkeLimitOrder
- java.lang.Object
-
- org.knowm.xchange.lykke.dto.trade.LykkeLimitOrder
-
public class LykkeLimitOrder extends Object
-
-
Constructor Summary
Constructors Constructor Description LykkeLimitOrder(String assetPairId, LykkeOrderType orderAction, double volume, double price)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAssetPairId()
LykkeOrderType
getOrderAction()
double
getPrice()
double
getVolume()
String
toString()
-
-
-
Constructor Detail
-
LykkeLimitOrder
public LykkeLimitOrder(String assetPairId, LykkeOrderType orderAction, double volume, double price)
-
-
Method Detail
-
getAssetPairId
public String getAssetPairId()
-
getOrderAction
public LykkeOrderType getOrderAction()
-
getVolume
public double getVolume()
-
getPrice
public double getPrice()
-
-