public class FuturesLiqOrder extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CONTRACT |
static String |
SERIALIZED_NAME_FILL_PRICE |
static String |
SERIALIZED_NAME_LEFT |
static String |
SERIALIZED_NAME_ORDER_PRICE |
static String |
SERIALIZED_NAME_SIZE |
static String |
SERIALIZED_NAME_TIME |
| Constructor and Description |
|---|
FuturesLiqOrder() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getContract()
Futures contract
|
String |
getFillPrice()
Liquidation order average taker price
|
Long |
getLeft()
System liquidation order maker size
|
String |
getOrderPrice()
Liquidation order price
|
Long |
getSize()
User position size
|
Long |
getTime()
Liquidation time
|
int |
hashCode() |
String |
toString() |
public static final String SERIALIZED_NAME_TIME
public static final String SERIALIZED_NAME_CONTRACT
public static final String SERIALIZED_NAME_SIZE
public static final String SERIALIZED_NAME_ORDER_PRICE
public static final String SERIALIZED_NAME_FILL_PRICE
public static final String SERIALIZED_NAME_LEFT
Copyright © 2023. All rights reserved.