Class LykkeOrder
- java.lang.Object
-
- org.knowm.xchange.lykke.dto.trade.LykkeOrder
-
public class LykkeOrder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAssetPairId()
String
getCreatedAt()
String
getId()
String
getLastMatchTime()
double
getPrice()
double
getRemainingVolume()
String
getStatus()
double
getVolume()
String
toString()
-
-
-
Method Detail
-
getId
public String getId()
-
getStatus
public String getStatus()
-
getAssetPairId
public String getAssetPairId()
-
getVolume
public double getVolume()
-
getPrice
public double getPrice()
-
getRemainingVolume
public double getRemainingVolume()
-
getLastMatchTime
public String getLastMatchTime()
-
getCreatedAt
public String getCreatedAt()
-
-