Class BitflyerTicker
java.lang.Object
org.knowm.xchange.bitflyer.dto.marketdata.BitflyerTicker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLtp()
void
setAdditionalProperties
(Map<String, Object> additionalProperties) void
setBestAsk
(BigDecimal bestAsk) void
setBestAskSize
(BigDecimal bestAskSize) void
setBestBid
(BigDecimal bestBid) void
setBestBidSize
(BigDecimal bestBidSize) void
setLtp
(BigDecimal ltp) void
setProductCode
(String productCode) void
void
setTimestamp
(String timestamp) void
setTotalAskDepth
(BigDecimal totalAskDepth) void
setTotalBidDepth
(BigDecimal totalBidDepth) void
setVolume
(BigDecimal volume) void
setVolumeByProduct
(BigDecimal volumeByProduct) toString()
-
Constructor Details
-
BitflyerTicker
public BitflyerTicker()
-
-
Method Details
-
getProductCode
-
setProductCode
-
getTimestamp
-
setTimestamp
-
getTickId
-
setTickId
-
getBestBid
-
setBestBid
-
getBestAsk
-
setBestAsk
-
getBestBidSize
-
setBestBidSize
-
getBestAskSize
-
setBestAskSize
-
getTotalBidDepth
-
setTotalBidDepth
-
getTotalAskDepth
-
setTotalAskDepth
-
getLtp
-
setLtp
-
getVolume
-
setVolume
-
getVolumeByProduct
-
setVolumeByProduct
-
getAdditionalProperties
-
setAdditionalProperties
-
toString
-