Class LykkeOrderBook
java.lang.Object
org.knowm.xchange.lykke.dto.marketdata.LykkeOrderBook
public class LykkeOrderBook extends Object
-
Constructor Summary
Constructors Constructor Description LykkeOrderBook(String assetPair, boolean isBuy, String timestamp, List<LykkePrices> prices)
-
Method Summary
Modifier and Type Method Description String
getAssetPair()
List<LykkePrices>
getPrices()
String
getTimestamp()
boolean
isBuy()
String
toString()