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

info.bitrich.xchangestream.bitfinex.dto.BitfinexWebSocketSnapshotOrderbook Maven / Gradle / Ivy

There is a newer version: 5.2.1
Show newest version
package info.bitrich.xchangestream.bitfinex.dto;

import com.fasterxml.jackson.annotation.JsonFormat;

/** Created by Lukas Zaoralek on 8.11.17. */
@JsonFormat(shape = JsonFormat.Shape.ARRAY)
public class BitfinexWebSocketSnapshotOrderbook extends BitfinexWebSocketOrderbookTransaction {
  public BitfinexOrderbookLevel[] levels;

  @Override
  public BitfinexOrderbook toBitfinexOrderBook(BitfinexOrderbook orderbook) {
    return new BitfinexOrderbook(levels);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy