Package com.xeiam.xchange.cexio.dto.marketdata

Examples of com.xeiam.xchange.cexio.dto.marketdata.CexIODepth


    return cexIOTicker;
  }

  public CexIODepth getCexIOOrderBook(CurrencyPair currencyPair) throws IOException {

    CexIODepth cexIODepth = cexio.getDepth(currencyPair.baseSymbol, currencyPair.counterSymbol);

    return cexIODepth;
  }
View Full Code Here

TOP

Related Classes of com.xeiam.xchange.cexio.dto.marketdata.CexIODepth

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.