public class DeliveryCandlestick 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 |
|---|
DeliveryCandlestick() |
| Modifier and Type | Method and Description |
|---|---|
DeliveryCandlestick |
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)
|
Double |
getT()
Unix timestamp in seconds
|
Long |
getV()
size volume (contract size).
|
DeliveryCandlestick |
h(String h) |
int |
hashCode() |
DeliveryCandlestick |
l(String l) |
DeliveryCandlestick |
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) |
DeliveryCandlestick |
t(Double t) |
String |
toString() |
DeliveryCandlestick |
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 DeliveryCandlestick t(Double t)
public void setT(Double t)
public DeliveryCandlestick v(Long v)
@Nullable public Long getV()
public void setV(Long v)
public DeliveryCandlestick c(String c)
public void setC(String c)
public DeliveryCandlestick h(String h)
public void setH(String h)
public DeliveryCandlestick l(String l)
public void setL(String l)
public DeliveryCandlestick o(String o)
public void setO(String o)
Copyright © 2023. All rights reserved.