Class CexioWebSocketOrderBookSubscribeResponse
java.lang.Object
info.bitrich.xchangestream.cexio.dto.CexioWebSocketOrderBookSubscribeResponse
-
Field Summary
Modifier and TypeFieldDescriptionfinal List<List<BigDecimal>>
final List<List<BigDecimal>>
final BigInteger
final String
final Date
-
Constructor Summary
ConstructorDescriptionCexioWebSocketOrderBookSubscribeResponse
(Date timestamp, Date time, List<List<BigDecimal>> bids, List<List<BigDecimal>> asks, String pair, BigInteger id) -
Method Summary
-
Field Details
-
timestamp
-
bids
-
asks
-
pair
-
id
-
-
Constructor Details
-
CexioWebSocketOrderBookSubscribeResponse
public CexioWebSocketOrderBookSubscribeResponse(Date timestamp, Date time, List<List<BigDecimal>> bids, List<List<BigDecimal>> asks, String pair, BigInteger id)
-