public class FuturesAccountBook extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FuturesAccountBook.TypeEnum
Changing Type: - dnw: Deposit & Withdraw - pnl: Profit & Loss by reducing position - fee: Trading fee - refr: Referrer rebate - fund: Funding - point_dnw: POINT Deposit & Withdraw - point_fee: POINT Trading fee - point_refr: POINT Referrer rebate
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_BALANCE |
static String |
SERIALIZED_NAME_CHANGE |
static String |
SERIALIZED_NAME_TEXT |
static String |
SERIALIZED_NAME_TIME |
static String |
SERIALIZED_NAME_TYPE |
| Constructor and Description |
|---|
FuturesAccountBook() |
| Modifier and Type | Method and Description |
|---|---|
FuturesAccountBook |
balance(String balance) |
FuturesAccountBook |
change(String change) |
boolean |
equals(Object o) |
String |
getBalance()
Balance after change
|
String |
getChange()
Change amount
|
String |
getText()
Comment
|
Double |
getTime()
Change time
|
FuturesAccountBook.TypeEnum |
getType()
Changing Type: - dnw: Deposit & Withdraw - pnl: Profit & Loss by reducing position - fee: Trading fee - refr: Referrer rebate - fund: Funding - point_dnw: POINT Deposit & Withdraw - point_fee: POINT Trading fee - point_refr: POINT Referrer rebate
|
int |
hashCode() |
void |
setBalance(String balance) |
void |
setChange(String change) |
void |
setText(String text) |
void |
setTime(Double time) |
void |
setType(FuturesAccountBook.TypeEnum type) |
FuturesAccountBook |
text(String text) |
FuturesAccountBook |
time(Double time) |
String |
toString() |
FuturesAccountBook |
type(FuturesAccountBook.TypeEnum type) |
public static final String SERIALIZED_NAME_TIME
public static final String SERIALIZED_NAME_CHANGE
public static final String SERIALIZED_NAME_BALANCE
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_TEXT
public FuturesAccountBook time(Double time)
public void setTime(Double time)
public FuturesAccountBook change(String change)
public void setChange(String change)
public FuturesAccountBook balance(String balance)
public void setBalance(String balance)
public FuturesAccountBook type(FuturesAccountBook.TypeEnum type)
@Nullable public FuturesAccountBook.TypeEnum getType()
public void setType(FuturesAccountBook.TypeEnum type)
public FuturesAccountBook text(String text)
public void setText(String text)
Copyright © 2023. All rights reserved.