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

org.knowm.xchange.tradeogre.dto.account.TradeOgreBalance Maven / Gradle / Ivy

The newest version!
package org.knowm.xchange.tradeogre.dto.account;

import java.math.BigDecimal;
import lombok.Data;

@Data
public class TradeOgreBalance {
  private BigDecimal balance;
  private BigDecimal available;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy