ExchangeInformation

case class ExchangeInformation(timezone: String, serverTime: Long, futuresType: String, rateLimits: List[RateLimit], exchangeFilters: List[Filter], assets: List[AssetInfo], symbols: List[Symbol])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def createRateLimiters[F[_]](rateLimiterBufferSize: Int)(implicit evidence$1: Async[F]): F[RateLimiters[F]]

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product