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

com.xeiam.xchange.bitstamp.dto.BitstampBaseResponse Maven / Gradle / Ivy

There is a newer version: 3.1.0
Show newest version
package com.xeiam.xchange.bitstamp.dto;

public class BitstampBaseResponse {

  private final String error;

  protected BitstampBaseResponse(String error) {

    this.error = error;
  }

  public String getError() {

    return error;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy