Uses of Class
org.knowm.xchange.cryptonit2.service.CryptonitMarketDataServiceRaw.CryptonitTime
-
Packages that use CryptonitMarketDataServiceRaw.CryptonitTime Package Description org.knowm.xchange.cryptonit2 org.knowm.xchange.cryptonit2.service -
-
Uses of CryptonitMarketDataServiceRaw.CryptonitTime in org.knowm.xchange.cryptonit2
Methods in org.knowm.xchange.cryptonit2 with parameters of type CryptonitMarketDataServiceRaw.CryptonitTime Modifier and Type Method Description CryptonitTransaction[]CryptonitV2. getTransactions(CryptonitV2.Pair pair, CryptonitMarketDataServiceRaw.CryptonitTime time)Returns descending list of transactions. -
Uses of CryptonitMarketDataServiceRaw.CryptonitTime in org.knowm.xchange.cryptonit2.service
Methods in org.knowm.xchange.cryptonit2.service that return CryptonitMarketDataServiceRaw.CryptonitTime Modifier and Type Method Description static CryptonitMarketDataServiceRaw.CryptonitTimeCryptonitMarketDataServiceRaw.CryptonitTime. valueOf(String name)Returns the enum constant of this type with the specified name.static CryptonitMarketDataServiceRaw.CryptonitTime[]CryptonitMarketDataServiceRaw.CryptonitTime. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.knowm.xchange.cryptonit2.service with parameters of type CryptonitMarketDataServiceRaw.CryptonitTime Modifier and Type Method Description CryptonitTransaction[]CryptonitMarketDataServiceRaw. getTransactions(org.knowm.xchange.currency.CurrencyPair pair, CryptonitMarketDataServiceRaw.CryptonitTime time)
-