public class MarketHistoryResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_AVERAGE |
static String |
SERIALIZED_NAME_DATE |
static String |
SERIALIZED_NAME_HIGHEST |
static String |
SERIALIZED_NAME_LOWEST |
static String |
SERIALIZED_NAME_ORDER_COUNT |
static String |
SERIALIZED_NAME_VOLUME |
| 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 static final String SERIALIZED_NAME_AVERAGE
public static final String SERIALIZED_NAME_DATE
public static final String SERIALIZED_NAME_HIGHEST
public static final String SERIALIZED_NAME_LOWEST
public static final String SERIALIZED_NAME_ORDER_COUNT
public static final String SERIALIZED_NAME_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 © 2020. All Rights Reserved.