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

org.knowm.xchange.bitmex.dto.BitmexResult Maven / Gradle / Ivy

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

import com.fasterxml.jackson.annotation.JsonCreator;

/** @author Raphael Voellmy */
public class BitmexResult {

  /**
   * Constructor
   *
   * @param result
   * @param error
   */
  @JsonCreator
  public BitmexResult() {}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy