Class CexioWebSocketOrderBookSubscribeResponse
java.lang.Object
info.bitrich.xchangestream.cexio.dto.CexioWebSocketOrderBookSubscribeResponse
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal List<List<BigDecimal>>final List<List<BigDecimal>>final BigIntegerfinal Stringfinal Date -
Constructor Summary
ConstructorsConstructorDescriptionCexioWebSocketOrderBookSubscribeResponse(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)
-