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

org.knowm.xchange.coinmate.dto.trade.CoinmateSellFixRateResponse Maven / Gradle / Ivy

There is a newer version: 5.2.0
Show newest version
package org.knowm.xchange.coinmate.dto.trade;

import com.fasterxml.jackson.annotation.JsonProperty;
import org.knowm.xchange.coinmate.dto.CoinmateBaseResponse;

public class CoinmateSellFixRateResponse
    extends CoinmateBaseResponse {
  public CoinmateSellFixRateResponse(
      @JsonProperty("error") boolean error,
      @JsonProperty("errorMessage") String errorMessage,
      @JsonProperty("data") CoinmateSellFixRateResponseData data) {

    super(error, errorMessage, data);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy