Class BitflyerTicker
java.lang.Object
info.bitrich.xchangestream.bitflyer.dto.BitflyerMarketEvent
info.bitrich.xchangestream.bitflyer.dto.BitflyerTicker
Created by Lukas Zaoralek on 15.11.17.
-
Field Summary
Fields inherited from class info.bitrich.xchangestream.bitflyer.dto.BitflyerMarketEvent
timestamp
-
Constructor Summary
ConstructorDescriptionBitflyerTicker
(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
Methods inherited from class info.bitrich.xchangestream.bitflyer.dto.BitflyerMarketEvent
getDate, getTimestamp
-
Constructor Details
-
BitflyerTicker
public BitflyerTicker(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
-
getProductCode
-
getTickId
-
getBestBid
-
getBestAsk
-
getBestBidSize
-
getBestAskSize
-
getTotalBidDepth
-
getTotalAskDepth
-
getLtp
-
getVolume
-
getVolumeByProduct
-
getCurrencyPair
-
toTicker
-