public class Candlestick extends Object
Constructor and Description |
---|
Candlestick(Instant timestamp,
BigDecimal open,
BigDecimal high,
BigDecimal low,
BigDecimal close,
BigDecimal volume) |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getClose() |
BigDecimal |
getHigh() |
BigDecimal |
getLow() |
BigDecimal |
getOpen() |
Instant |
getTimestamp() |
BigDecimal |
getVolume() |
String |
toString() |
public Candlestick(Instant timestamp, BigDecimal open, BigDecimal high, BigDecimal low, BigDecimal close, BigDecimal volume)
public Instant getTimestamp()
public BigDecimal getOpen()
public BigDecimal getHigh()
public BigDecimal getLow()
public BigDecimal getClose()
public BigDecimal getVolume()
Copyright © 2013–2017. All rights reserved.