
info.bitrich.xchangestream.binance.dto.DepthBinanceWebSocketTransaction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xchange-stream-binance Show documentation
Show all versions of xchange-stream-binance Show documentation
Development fork. Not for general use.
The newest version!
package info.bitrich.xchangestream.binance.dto;
import com.fasterxml.jackson.annotation.JsonProperty;
import org.knowm.xchange.binance.dto.marketdata.BinanceOrderbook;
import java.util.List;
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