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

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

package org.knowm.xchange.coinmate.dto.trade;

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

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

    super(error, errorMessage, data);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy