org.knowm.xchange.tradeogre.dto.trade.TradeOgreTradeResponse 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.trade;
import lombok.Data;
@Data
public class TradeOgreTradeResponse {
public boolean success;
public String uuid;
public String bnewbalavail;
public String snewbalavail;
public String error;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy