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

com.binance4j.mining.dto.AccountProfit Maven / Gradle / Ivy

There is a newer version: 2.4.0
Show newest version
package com.binance4j.mining.dto;

/**
 * Account profit.
 * 
 * @param time     Time in ms.
 * @param coinName Coin.
 * @param type     0:Referral 1:Refund 2:Rebate.
 * @param puid     Sub-account id.
 * @param subName  Mining account.
 * @param amount   Amount.
 */
public record AccountProfit(long time, String coinName, int type, int puid, String subName, String amount) {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy