public class FuturesPremiumIndex 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 |
| Constructor and Description |
|---|
FuturesPremiumIndex() |
| Modifier and Type | Method and Description |
|---|---|
FuturesPremiumIndex |
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
|
FuturesPremiumIndex |
h(String h) |
int |
hashCode() |
FuturesPremiumIndex |
l(String l) |
FuturesPremiumIndex |
o(String o) |
void |
setC(String c) |
void |
setH(String h) |
void |
setL(String l) |
void |
setO(String o) |
void |
setT(Double t) |
FuturesPremiumIndex |
t(Double t) |
String |
toString() |
public static final String SERIALIZED_NAME_T
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 FuturesPremiumIndex t(Double t)
public void setT(Double t)
public FuturesPremiumIndex c(String c)
public void setC(String c)
public FuturesPremiumIndex h(String h)
public void setH(String h)
public FuturesPremiumIndex l(String l)
public void setL(String l)
public FuturesPremiumIndex o(String o)
public void setO(String o)
Copyright © 2023. All rights reserved.