org.knowm.xchange.tradeogre.dto.account.TradeOgreBalances Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xchange-tradeogre Show documentation
Show all versions of xchange-tradeogre Show documentation
XChange implementation for the TradeOgre Exchange
The newest version!
package org.knowm.xchange.tradeogre.dto.account;
import java.math.BigDecimal;
import java.util.Map;
import lombok.Data;
@Data
public class TradeOgreBalances {
private Map balances;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy