public class MarketHistoryResponse extends Object implements Serializable
| Constructor and Description |
|---|
MarketHistoryResponse() |
| Modifier and Type | Method and Description |
|---|---|
MarketHistoryResponse |
average(Double average) |
MarketHistoryResponse |
date(java.time.LocalDate date) |
boolean |
equals(Object o) |
Double |
getAverage()
average number
|
java.time.LocalDate |
getDate()
The date of this historical statistic entry
|
Double |
getHighest()
highest number
|
Double |
getLowest()
lowest number
|
Long |
getOrderCount()
Total number of orders happened that day
|
Long |
getVolume()
Total
|
int |
hashCode() |
MarketHistoryResponse |
highest(Double highest) |
MarketHistoryResponse |
lowest(Double lowest) |
MarketHistoryResponse |
orderCount(Long orderCount) |
void |
setAverage(Double average) |
void |
setDate(java.time.LocalDate date) |
void |
setHighest(Double highest) |
void |
setLowest(Double lowest) |
void |
setOrderCount(Long orderCount) |
void |
setVolume(Long volume) |
String |
toString() |
MarketHistoryResponse |
volume(Long volume) |
public MarketHistoryResponse average(Double average)
public Double getAverage()
public void setAverage(Double average)
public MarketHistoryResponse date(java.time.LocalDate date)
public java.time.LocalDate getDate()
public void setDate(java.time.LocalDate date)
public MarketHistoryResponse highest(Double highest)
public Double getHighest()
public void setHighest(Double highest)
public MarketHistoryResponse lowest(Double lowest)
public Double getLowest()
public void setLowest(Double lowest)
public MarketHistoryResponse orderCount(Long orderCount)
public Long getOrderCount()
public void setOrderCount(Long orderCount)
public MarketHistoryResponse volume(Long volume)
public Long getVolume()
public void setVolume(Long volume)
Copyright © 2019. All Rights Reserved.