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_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
|
String |
getH()
Highest price
|
String |
getL()
Lowest price
|
String |
getO()
Open price
|
Double |
getT()
Unix timestamp in seconds
|
Long |
getV()
size volume.
|
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 |
setT(Double t) |
void |
setV(Long v) |
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 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)
Copyright © 2021. All rights reserved.