Class KrakenFuturesStreamingOrderBookSnapshotResponse
java.lang.Object
info.bitrich.xchangestream.krakenfutures.dto.KrakenFuturesStreamingOrderBookSnapshotResponse
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
ConstructorDescriptionKrakenFuturesStreamingOrderBookSnapshotResponse
(String feed, String product_id, Date timestamp, Long seq, String tickSize, List<KrakenFuturesStreamingOrderBookSnapshotResponse.KrakenFuturesSnapShotOrder> bids, List<KrakenFuturesStreamingOrderBookSnapshotResponse.KrakenFuturesSnapShotOrder> asks) -
Method Summary
-
Constructor Details
-
KrakenFuturesStreamingOrderBookSnapshotResponse
public KrakenFuturesStreamingOrderBookSnapshotResponse(String feed, String product_id, Date timestamp, Long seq, String tickSize, List<KrakenFuturesStreamingOrderBookSnapshotResponse.KrakenFuturesSnapShotOrder> bids, List<KrakenFuturesStreamingOrderBookSnapshotResponse.KrakenFuturesSnapShotOrder> asks)
-