Class FtxOrderbookResponse
java.lang.Object
info.bitrich.xchangestream.ftx.dto.FtxOrderbookResponse
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionFtxOrderbookResponse
(Long time, Long checksum, List<List<BigDecimal>> bids, List<List<BigDecimal>> asks, String action) -
Method Summary