Package org.knowm.xchange.dto.meta
Class RateLimit
java.lang.Object
org.knowm.xchange.dto.meta.RateLimit
- All Implemented Interfaces:
Serializable
Describe a call rate limit as a number of calls per some time span.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
calls
public int calls -
timeSpan
public int timeSpan -
timeUnit
-
-
Constructor Details
-
RateLimit
public RateLimit()Constructor -
RateLimit
Constructor- Parameters:
calls
-timeSpan
-timeUnit
-
-
-
Method Details