public class ExchangeMetaData extends Object
Constructor and Description |
---|
ExchangeMetaData(Map<CurrencyPair,MarketMetaData> currencyPairs,
Map<String,CurrencyMetaData> currency,
Set<RateLimit> publicRateLimits,
Set<RateLimit> privateRateLimits,
Boolean shareRateLimits) |
Modifier and Type | Method and Description |
---|---|
Map<String,CurrencyMetaData> |
getCurrencyMetaDataMap() |
Map<CurrencyPair,MarketMetaData> |
getMarketMetaDataMap() |
static Long |
getPollDelayMillis(Set<RateLimit> rateLimits) |
Set<RateLimit> |
getPrivateRateLimits() |
Set<RateLimit> |
getPublicRateLimits() |
boolean |
isShareRateLimits() |
String |
toString() |
public ExchangeMetaData(Map<CurrencyPair,MarketMetaData> currencyPairs, Map<String,CurrencyMetaData> currency, Set<RateLimit> publicRateLimits, Set<RateLimit> privateRateLimits, Boolean shareRateLimits)
currencyPairs
- Map of CurrencyPair
-> MarketMetaData
currency
- Map of currency -> CurrencyMetaData
public Map<CurrencyPair,MarketMetaData> getMarketMetaDataMap()
public Map<String,CurrencyMetaData> getCurrencyMetaDataMap()
public boolean isShareRateLimits()
public static Long getPollDelayMillis(Set<RateLimit> rateLimits)
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.