public class FundingRateRecord extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_R |
static String |
SERIALIZED_NAME_T |
| Constructor and Description |
|---|
FundingRateRecord() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getR()
Funding rate
|
Long |
getT()
Unix timestamp in seconds
|
int |
hashCode() |
FundingRateRecord |
r(String r) |
void |
setR(String r) |
void |
setT(Long t) |
FundingRateRecord |
t(Long t) |
String |
toString() |
public static final String SERIALIZED_NAME_T
public static final String SERIALIZED_NAME_R
public FundingRateRecord t(Long t)
public void setT(Long t)
public FundingRateRecord r(String r)
public void setR(String r)
Copyright © 2021. All rights reserved.