All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.knowm.xchange.bitfinex.v2.service.BitfinexTradeService Maven / Gradle / Ivy

There is a newer version: 4.3.19.2
Show newest version
package org.knowm.xchange.bitfinex.v2.service;

import org.knowm.xchange.Exchange;
import org.knowm.xchange.bitfinex.v1.service.BitfinexTradeServiceRaw;
import org.knowm.xchange.service.trade.TradeService;

public class BitfinexTradeService extends BitfinexTradeServiceRaw implements TradeService {

  /**
   * Constructor
   *
   * @param exchange
   */
  public BitfinexTradeService(Exchange exchange) {
    super(exchange);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy