Class BitflyerPubNubTickerTransaction
java.lang.Object
info.bitrich.xchangestream.bitflyer.dto.BitflyerPubNubTickerTransaction
Created by Lukas Zaoralek on 15.11.17.
-
Constructor Summary
ConstructorDescriptionBitflyerPubNubTickerTransaction
(String productCode, String timestamp, String tickId, BigDecimal bestBid, BigDecimal bestAsk, BigDecimal bestBidSize, BigDecimal bestAskSize, BigDecimal totalBidDepth, BigDecimal totalAskDepth, String ltp, BigDecimal volume, BigDecimal volumeByProduct) -
Method Summary
-
Constructor Details
-
BitflyerPubNubTickerTransaction
public BitflyerPubNubTickerTransaction(String productCode, String timestamp, String tickId, BigDecimal bestBid, BigDecimal bestAsk, BigDecimal bestBidSize, BigDecimal bestAskSize, BigDecimal totalBidDepth, BigDecimal totalAskDepth, String ltp, BigDecimal volume, BigDecimal volumeByProduct)
-
-
Method Details
-
toBitflyerTicker
-
getProductCode
-
getTimestamp
-
getTickId
-
getBestBid
-
getBestAsk
-
getBestBidSize
-
getBestAskSize
-
getTotalBidDepth
-
getTotalAskDepth
-
getLtp
-
getVolume
-
getVolumeByProduct
-