Package com.xeiam.xchange.cryptsy.dto.trade

Examples of com.xeiam.xchange.cryptsy.dto.trade.CryptsyCancelOrderReturn


  }

  @Override
  public boolean cancelOrder(String orderId) throws IOException, ExchangeException {

    CryptsyCancelOrderReturn ret = super.cancelSingleCryptsyLimitOrder(Integer.valueOf(orderId));
    return ret.isSuccess();
  }
View Full Code Here

TOP

Related Classes of com.xeiam.xchange.cryptsy.dto.trade.CryptsyCancelOrderReturn

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.