org.knowm.xchange.exx.dto.account.Funds Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xchange-exx Show documentation
Show all versions of xchange-exx Show documentation
Development fork. Not for general use.
package org.knowm.xchange.exx.dto.account;
// public class Funds {
// @JsonProperty("ETP")
// private ETP eTP;
//
// /**
// * No args constructor for use in serialization
// *
// */
// public Funds() {
// }
//
// public Funds(ETP eTP) {
// super();
// this.eTP = eTP;
//
// }
//
// @JsonProperty("ETP")
// public ETP getETP() {
// return eTP;
// }
//
// @JsonProperty("ETP")
// public void setETP(ETP eTP) {
// this.eTP = eTP;
// }
// }