Class BTCMarketsWebSocketOrderbookMessage
java.lang.Object
info.bitrich.xchangestream.btcmarkets.dto.BTCMarketsWebSocketOrderbookMessage
-
Field Summary
Modifier and TypeFieldDescriptionfinal List<List<BigDecimal>>
final List<List<BigDecimal>>
final String
final String
final String
-
Constructor Summary
ConstructorDescriptionBTCMarketsWebSocketOrderbookMessage
(String marketId, String timestamp, List<List<BigDecimal>> bids, List<List<BigDecimal>> asks, String messageType) -
Method Summary
-
Field Details
-
marketId
-
timestamp
-
bids
-
asks
-
messageType
-
-
Constructor Details
-
BTCMarketsWebSocketOrderbookMessage
public BTCMarketsWebSocketOrderbookMessage(String marketId, String timestamp, List<List<BigDecimal>> bids, List<List<BigDecimal>> asks, String messageType)
-