All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.binance.api.client.domain.general.RateLimitType Maven / Gradle / Ivy

The newest version!
package com.binance.api.client.domain.general;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;

/**
 * Rate limiters.
 */
@JsonIgnoreProperties(ignoreUnknown = true)
public enum RateLimitType {
  REQUEST_WEIGHT,
  ORDERS
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy