Class LykkeTradeHistory
- java.lang.Object
-
- org.knowm.xchange.lykke.dto.trade.LykkeTradeHistory
-
public class LykkeTradeHistory extends Object
-
-
Constructor Summary
Constructors Constructor Description LykkeTradeHistory(String id, String datetime, LykkeTradeState state, double amount, String asset, String assetPair, double price, LykkeFee fee)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getAmount()
String
getAsset()
String
getAssetPair()
String
getDatetime()
LykkeFee
getFee()
String
getId()
double
getPrice()
LykkeTradeState
getState()
String
toString()
-
-
-
Method Detail
-
getId
public String getId()
-
getDatetime
public String getDatetime()
-
getState
public LykkeTradeState getState()
-
getAmount
public double getAmount()
-
getAsset
public String getAsset()
-
getAssetPair
public String getAssetPair()
-
getPrice
public double getPrice()
-
getFee
public LykkeFee getFee()
-
-