
info.bitrich.xchangestream.binance.dto.DepthBinanceWebSocketTransaction Maven / Gradle / Ivy
The newest version!
package info.bitrich.xchangestream.binance.dto;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.util.List;
import org.knowm.xchange.binance.dto.marketdata.BinanceOrderbook;
public class DepthBinanceWebSocketTransaction extends ProductBinanceWebSocketTransaction {
private final BinanceOrderbook orderBook;
private final long lastUpdateId;
private final long firstUpdateId;
public DepthBinanceWebSocketTransaction(
@JsonProperty("e") String eventType,
@JsonProperty("E") String eventTime,
@JsonProperty("s") String symbol,
@JsonProperty("U") long firstUpdateId,
@JsonProperty("u") long lastUpdateId,
@JsonProperty("b") List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy