Package org.knowm.xchange.poloniex
Class PoloniexUtils
- java.lang.Object
-
- org.knowm.xchange.poloniex.PoloniexUtils
-
public class PoloniexUtils extends Object
- Author:
- Zach Holmes
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPoloniexUtils.UnixTimestampDeserializer
-
Constructor Summary
Constructors Constructor Description PoloniexUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DatestringToDate(String dateString)static CurrencyPairtoCurrencyPair(String pair)static StringtoPairString(CurrencyPair currencyPair)
-
-
-
Method Detail
-
toPairString
public static String toPairString(CurrencyPair currencyPair)
-
toCurrencyPair
public static CurrencyPair toCurrencyPair(String pair)
-
-