Uses of Enum
info.bitrich.xchangestream.krakenfutures.dto.KrakenFuturesStreamingOrderBookDeltaResponse.KrakenFuturesStreamingSide
-
Uses of KrakenFuturesStreamingOrderBookDeltaResponse.KrakenFuturesStreamingSide in info.bitrich.xchangestream.krakenfutures.dto
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.KrakenFuturesStreamingOrderBookDeltaResponse.KrakenFuturesStreamingSide.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionKrakenFuturesStreamingOrderBookDeltaResponse
(String feed, String product_id, KrakenFuturesStreamingOrderBookDeltaResponse.KrakenFuturesStreamingSide side, Long seq, BigDecimal price, BigDecimal qty, Date timestamp) KrakenFuturesStreamingTradeResponse
(String feed, String product_id, String uid, KrakenFuturesStreamingOrderBookDeltaResponse.KrakenFuturesStreamingSide side, KrakenFuturesStreamingTradeResponse.KrakenFuturesStreamingType type, Long seq, Date time, BigDecimal price, BigDecimal qty)