public class OptionsUnderlying extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_INDEX_PRICE |
static String |
SERIALIZED_NAME_NAME |
| Constructor and Description |
|---|
OptionsUnderlying() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getIndexPrice()
Spot index price (quote currency)
|
String |
getName()
Underlying name
|
int |
hashCode() |
OptionsUnderlying |
indexPrice(String indexPrice) |
OptionsUnderlying |
name(String name) |
void |
setIndexPrice(String indexPrice) |
void |
setName(String name) |
String |
toString() |
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_INDEX_PRICE
public OptionsUnderlying name(String name)
public void setName(String name)
public OptionsUnderlying indexPrice(String indexPrice)
@Nullable public String getIndexPrice()
public void setIndexPrice(String indexPrice)
Copyright © 2023. All rights reserved.