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

com.xeiam.xchange.kraken.dto.trade.results.KrakenOpenPositionsResult Maven / Gradle / Ivy

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

import java.util.Map;

import com.fasterxml.jackson.annotation.JsonProperty;
import com.xeiam.xchange.kraken.dto.KrakenResult;
import com.xeiam.xchange.kraken.dto.trade.KrakenOpenPosition;

public class KrakenOpenPositionsResult extends KrakenResult> {

  /**
   * Constructor
   * 
   * @param result
   * @param error
   */
  public KrakenOpenPositionsResult(@JsonProperty("result") Map result, @JsonProperty("error") String[] error) {

    super(result, error);
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy