Uses of Class
org.knowm.xchange.bittrex.dto.marketdata.BittrexSymbol
Package | Description |
---|---|
org.knowm.xchange.bittrex | |
org.knowm.xchange.bittrex.service |
-
Uses of BittrexSymbol in org.knowm.xchange.bittrex
Methods in org.knowm.xchange.bittrex that return types with arguments of type BittrexSymbol Modifier and Type Method Description List<BittrexSymbol>
Bittrex. getMarkets()
Methods in org.knowm.xchange.bittrex with parameters of type BittrexSymbol Modifier and Type Method Description static CurrencyPair
BittrexAdapters. adaptCurrencyPair(BittrexSymbol bittrexSymbol)
Method parameters in org.knowm.xchange.bittrex with type arguments of type BittrexSymbol Modifier and Type Method Description static List<CurrencyPair>
BittrexAdapters. adaptCurrencyPairs(Collection<BittrexSymbol> bittrexSymbols)
static void
BittrexAdapters. adaptMetaData(List<BittrexSymbol> rawSymbols, List<BittrexCurrency> bittrexCurrencies, Map<Instrument,Fee> dynamicTradingFees, ExchangeMetaData metaData)
-
Uses of BittrexSymbol in org.knowm.xchange.bittrex.service
Methods in org.knowm.xchange.bittrex.service that return types with arguments of type BittrexSymbol Modifier and Type Method Description List<BittrexSymbol>
BittrexMarketDataServiceRaw. getBittrexSymbols()