public class FuturesCandlestick extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_C |
static String |
SERIALIZED_NAME_H |
static String |
SERIALIZED_NAME_L |
static String |
SERIALIZED_NAME_O |
static String |
SERIALIZED_NAME_SUM |
static String |
SERIALIZED_NAME_T |
static String |
SERIALIZED_NAME_V |
| Constructor and Description |
|---|
FuturesCandlestick() |
| Modifier and Type | Method and Description |
|---|---|
FuturesCandlestick |
c(String c) |
boolean |
equals(Object o) |
String |
getC()
Close price (quote currency)
|
String |
getH()
Highest price (quote currency)
|
String |
getL()
Lowest price (quote currency)
|
String |
getO()
Open price (quote currency)
|
String |
getSum()
Trading volume (unit: Quote currency)
|
Double |
getT()
Unix timestamp in seconds
|
Long |
getV()
size volume (contract size).
|
FuturesCandlestick |
h(String h) |
int |
hashCode() |
FuturesCandlestick |
l(String l) |
FuturesCandlestick |
o(String o) |
void |
setC(String c) |
void |
setH(String h) |
void |
setL(String l) |
void |
setO(String o) |
void |
setSum(String sum) |
void |
setT(Double t) |
void |
setV(Long v) |
FuturesCandlestick |
sum(String sum) |
FuturesCandlestick |
t(Double t) |
String |
toString() |
FuturesCandlestick |
v(Long v) |
public static final String SERIALIZED_NAME_T
public static final String SERIALIZED_NAME_V
public static final String SERIALIZED_NAME_C
public static final String SERIALIZED_NAME_H
public static final String SERIALIZED_NAME_L
public static final String SERIALIZED_NAME_O
public static final String SERIALIZED_NAME_SUM
public FuturesCandlestick t(Double t)
public void setT(Double t)
public FuturesCandlestick v(Long v)
@Nullable public Long getV()
public void setV(Long v)
public FuturesCandlestick c(String c)
public void setC(String c)
public FuturesCandlestick h(String h)
public void setH(String h)
public FuturesCandlestick l(String l)
public void setL(String l)
public FuturesCandlestick o(String o)
public void setO(String o)
public FuturesCandlestick sum(String sum)
public void setSum(String sum)
Copyright © 2023. All rights reserved.