Package org.knowm.xchange.bitstamp
Class BitstampUtils
java.lang.Object
org.knowm.xchange.bitstamp.BitstampUtils
public final class BitstampUtils extends Object
A central place for shared Bitstamp properties
-
Field Summary
Fields Modifier and Type Field Description static int
MAX_TRANSACTIONS_PER_QUERY
-
Method Summary
-
Field Details
-
MAX_TRANSACTIONS_PER_QUERY
public static final int MAX_TRANSACTIONS_PER_QUERY- See Also:
- Constant Field Values
-
-
Method Details
-
parseDate
Format a date String for Bitstamp- Parameters:
dateString
- AString
whose beginning should be parsed.- Returns:
- A
Date
-