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

org.knowm.xchange.exx.dto.account.Funds Maven / Gradle / Ivy

There is a newer version: 4.3.17.1
Show newest version
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;
//    }
// }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy