public class FuturesAccountHistory extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_BONUS_DNW |
static String |
SERIALIZED_NAME_BONUS_OFFSET |
static String |
SERIALIZED_NAME_DNW |
static String |
SERIALIZED_NAME_FEE |
static String |
SERIALIZED_NAME_FUND |
static String |
SERIALIZED_NAME_PNL |
static String |
SERIALIZED_NAME_POINT_DNW |
static String |
SERIALIZED_NAME_POINT_FEE |
static String |
SERIALIZED_NAME_POINT_REFR |
static String |
SERIALIZED_NAME_REFR |
| Constructor and Description |
|---|
FuturesAccountHistory() |
| Modifier and Type | Method and Description |
|---|---|
FuturesAccountHistory |
bonusDnw(String bonusDnw) |
FuturesAccountHistory |
bonusOffset(String bonusOffset) |
FuturesAccountHistory |
dnw(String dnw) |
boolean |
equals(Object o) |
FuturesAccountHistory |
fee(String fee) |
FuturesAccountHistory |
fund(String fund) |
String |
getBonusDnw()
total amount of perpetual contract bonus transfer
|
String |
getBonusOffset()
total amount of perpetual contract bonus deduction
|
String |
getDnw()
total amount of deposit and withdraw
|
String |
getFee()
total amount of fee
|
String |
getFund()
total amount of funding costs
|
String |
getPnl()
total amount of trading profit and loss
|
String |
getPointDnw()
total amount of point deposit and withdraw
|
String |
getPointFee()
total amount of point fee
|
String |
getPointRefr()
total amount of referrer rebates of point fee
|
String |
getRefr()
total amount of referrer rebates
|
int |
hashCode() |
FuturesAccountHistory |
pnl(String pnl) |
FuturesAccountHistory |
pointDnw(String pointDnw) |
FuturesAccountHistory |
pointFee(String pointFee) |
FuturesAccountHistory |
pointRefr(String pointRefr) |
FuturesAccountHistory |
refr(String refr) |
void |
setBonusDnw(String bonusDnw) |
void |
setBonusOffset(String bonusOffset) |
void |
setDnw(String dnw) |
void |
setFee(String fee) |
void |
setFund(String fund) |
void |
setPnl(String pnl) |
void |
setPointDnw(String pointDnw) |
void |
setPointFee(String pointFee) |
void |
setPointRefr(String pointRefr) |
void |
setRefr(String refr) |
String |
toString() |
public static final String SERIALIZED_NAME_DNW
public static final String SERIALIZED_NAME_PNL
public static final String SERIALIZED_NAME_FEE
public static final String SERIALIZED_NAME_REFR
public static final String SERIALIZED_NAME_FUND
public static final String SERIALIZED_NAME_POINT_DNW
public static final String SERIALIZED_NAME_POINT_FEE
public static final String SERIALIZED_NAME_POINT_REFR
public static final String SERIALIZED_NAME_BONUS_DNW
public static final String SERIALIZED_NAME_BONUS_OFFSET
public FuturesAccountHistory dnw(String dnw)
public void setDnw(String dnw)
public FuturesAccountHistory pnl(String pnl)
public void setPnl(String pnl)
public FuturesAccountHistory fee(String fee)
public void setFee(String fee)
public FuturesAccountHistory refr(String refr)
public void setRefr(String refr)
public FuturesAccountHistory fund(String fund)
public void setFund(String fund)
public FuturesAccountHistory pointDnw(String pointDnw)
@Nullable public String getPointDnw()
public void setPointDnw(String pointDnw)
public FuturesAccountHistory pointFee(String pointFee)
public void setPointFee(String pointFee)
public FuturesAccountHistory pointRefr(String pointRefr)
@Nullable public String getPointRefr()
public void setPointRefr(String pointRefr)
public FuturesAccountHistory bonusDnw(String bonusDnw)
@Nullable public String getBonusDnw()
public void setBonusDnw(String bonusDnw)
public FuturesAccountHistory bonusOffset(String bonusOffset)
@Nullable public String getBonusOffset()
public void setBonusOffset(String bonusOffset)
Copyright © 2023. All rights reserved.