com.binance4j.market.dto.PriceTicker Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of binance4j-market Show documentation
Show all versions of binance4j-market Show documentation
Connector for the Market endpoints of the Binance API
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