Package com.xeiam.xchange.coinsetter.dto.marketdata

Examples of com.xeiam.xchange.coinsetter.dto.marketdata.CoinsetterLast


  private static void raw(Exchange exchange) throws IOException {

    CoinsetterMarketDataServiceRaw marketDataService = (CoinsetterMarketDataServiceRaw) exchange.getPollingMarketDataService();

    CoinsetterLast last = marketDataService.getCoinsetterLast();
    log.info("Coinsetter last: {}", last);

    last = marketDataService.getCoinsetterLast(5);
    log.info("Coinsetter last 5: {}", last);
View Full Code Here

TOP

Related Classes of com.xeiam.xchange.coinsetter.dto.marketdata.CoinsetterLast

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.