Class FtxTickerResponse
java.lang.Object
info.bitrich.xchangestream.ftx.dto.FtxTickerResponse
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionFtxTickerResponse
(Double time, BigDecimal bid, BigDecimal bidSize, BigDecimal ask, BigDecimal askSize, BigDecimal last) -
Method Summary
-
Constructor Details
-
FtxTickerResponse
public FtxTickerResponse(Double time, BigDecimal bid, BigDecimal bidSize, BigDecimal ask, BigDecimal askSize, BigDecimal last)
-
-
Method Details