Class BTCMarketsWebSocketOrderbookMessage
java.lang.Object
info.bitrich.xchangestream.btcmarkets.dto.BTCMarketsWebSocketOrderbookMessage
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal List<List<BigDecimal>>final List<List<BigDecimal>>final Stringfinal Stringfinal String -
Constructor Summary
ConstructorsConstructorDescriptionBTCMarketsWebSocketOrderbookMessage(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)
-