Package com.xeiam.xchange.btcchina.dto.trade

Examples of com.xeiam.xchange.btcchina.dto.trade.BTCChinaTransaction


  }

  @Test
  public void testAdaptTransaction() {

    BTCChinaTransaction btcChinaTransaction = new BTCChinaTransaction(12158242, // id
        "sellbtc", // type
        new BigDecimal("-0.37460000"), // btc_amount
        new BigDecimal("0.00000000"), // ltc_amount
        new BigDecimal("1420.09151800"), // cny_amount
        1402922707L, // id
View Full Code Here

TOP

Related Classes of com.xeiam.xchange.btcchina.dto.trade.BTCChinaTransaction

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.