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

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

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

/**
 * Wraps a symbol and its corresponding latest price.
 * 
 * @param symbol Ticker symbol.
 * @param price  Latest price.
 */
public record PriceTicker(String symbol, String price) {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy