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

org.knowm.xchange.cexio.dto.CexIOGetPositionRequest Maven / Gradle / Ivy

There is a newer version: 5.2.1
Show newest version
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