public class FuturesOrderBookItem extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_P |
static String |
SERIALIZED_NAME_S |
| Constructor and Description |
|---|
FuturesOrderBookItem() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getP()
Price (quote currency)
|
Long |
getS()
Size
|
int |
hashCode() |
FuturesOrderBookItem |
p(String p) |
FuturesOrderBookItem |
s(Long s) |
void |
setP(String p) |
void |
setS(Long s) |
String |
toString() |
public static final String SERIALIZED_NAME_P
public static final String SERIALIZED_NAME_S
public FuturesOrderBookItem p(String p)
public void setP(String p)
public FuturesOrderBookItem s(Long s)
public void setS(Long s)
Copyright © 2023. All rights reserved.