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

com.binance4j.market.dto.AveragePrice Maven / Gradle / Ivy

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

/**
 * Current average price for a symbol.
 * 
 * @param mins  Mins.
 * @param price The average price of the asset.
 */
public record AveragePrice(int mins, String price) {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy