org.knowm.xchange.bitmex.dto.BitmexResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xchange-bitmex Show documentation
Show all versions of xchange-bitmex Show documentation
XChange implementations for the BitMex Exchange.
The 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 - 2024 Weber Informatics LLC | Privacy Policy