org.knowm.xchange.cexio.dto.CexIOGetPositionRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xchange-cexio Show documentation
Show all versions of xchange-cexio Show documentation
XChange implementation for the Cex.io Exchange
package org.knowm.xchange.cexio.dto;
import com.fasterxml.jackson.annotation.JsonProperty;
/** Author: Andrea Fossi Since: 22/06/18 */
public class CexIOGetPositionRequest extends CexIORequest {
@JsonProperty("id")
public final String id;
public CexIOGetPositionRequest(String id) {
this.id = id;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy