ExchangeInformation

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

Value members

Concrete methods

def createRateLimiters[F[_] : Async](rateLimiterBufferSize: Int): Resource[F, RateLimiters[F]]

Inherited methods

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