Class BitstampWebSocketTransaction
java.lang.Object
org.knowm.xchange.bitstamp.dto.marketdata.BitstampTransaction
info.bitrich.xchangestream.bitstamp.dto.BitstampWebSocketTransaction
-
Constructor Summary
ConstructorDescriptionBitstampWebSocketTransaction
(BigDecimal microtimestamp, long tid, BigDecimal price, BigDecimal amount, int type) -
Method Summary
-
Constructor Details
-
BitstampWebSocketTransaction
public BitstampWebSocketTransaction(BigDecimal microtimestamp, long tid, BigDecimal price, BigDecimal amount, int type)
-