public class OptionsCandlestick 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 |
|---|
OptionsCandlestick() |
| Modifier and Type | Method and Description |
|---|---|
OptionsCandlestick |
c(String c) |
boolean |
equals(Object o) |
String |
getC()
Close price (quote currency, unit: underlying corresponding option price)
|
String |
getH()
Highest price (quote currency, unit: underlying corresponding option price)
|
String |
getL()
Lowest price (quote currency, unit: underlying corresponding option price)
|
String |
getO()
Open price (quote currency, unit: underlying corresponding option price)
|
Double |
getT()
Unix timestamp in seconds
|
Long |
getV()
size volume (contract size).
|
OptionsCandlestick |
h(String h) |
int |
hashCode() |
OptionsCandlestick |
l(String l) |
OptionsCandlestick |
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) |
OptionsCandlestick |
t(Double t) |
String |
toString() |
OptionsCandlestick |
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 OptionsCandlestick t(Double t)
public void setT(Double t)
public OptionsCandlestick v(Long v)
@Nullable public Long getV()
public void setV(Long v)
public OptionsCandlestick c(String c)
@Nullable public String getC()
public void setC(String c)
public OptionsCandlestick h(String h)
@Nullable public String getH()
public void setH(String h)
public OptionsCandlestick l(String l)
@Nullable public String getL()
public void setL(String l)
public OptionsCandlestick o(String o)
@Nullable public String getO()
public void setO(String o)
Copyright © 2023. All rights reserved.