public class TradeFee extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_FUTURES_MAKER_FEE |
static String |
SERIALIZED_NAME_FUTURES_TAKER_FEE |
static String |
SERIALIZED_NAME_GT_DISCOUNT |
static String |
SERIALIZED_NAME_GT_MAKER_FEE |
static String |
SERIALIZED_NAME_GT_TAKER_FEE |
static String |
SERIALIZED_NAME_LOAN_FEE |
static String |
SERIALIZED_NAME_MAKER_FEE |
static String |
SERIALIZED_NAME_POINT_TYPE |
static String |
SERIALIZED_NAME_TAKER_FEE |
static String |
SERIALIZED_NAME_USER_ID |
| Constructor and Description |
|---|
TradeFee() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
TradeFee |
futuresMakerFee(String futuresMakerFee) |
TradeFee |
futuresTakerFee(String futuresTakerFee) |
String |
getFuturesMakerFee()
Future trading maker fee
|
String |
getFuturesTakerFee()
Futures trading taker fee
|
Boolean |
getGtDiscount()
Is GT deduction is enabled
|
String |
getGtMakerFee()
Maker fee rate if using GT deduction.
|
String |
getGtTakerFee()
Taker fee rate if using GT deduction.
|
String |
getLoanFee()
Loan fee rate of margin lending
|
String |
getMakerFee()
maker fee rate
|
String |
getPointType()
Point type.
|
String |
getTakerFee()
taker fee rate
|
Long |
getUserId()
User ID
|
TradeFee |
gtDiscount(Boolean gtDiscount) |
TradeFee |
gtMakerFee(String gtMakerFee) |
TradeFee |
gtTakerFee(String gtTakerFee) |
int |
hashCode() |
TradeFee |
loanFee(String loanFee) |
TradeFee |
makerFee(String makerFee) |
TradeFee |
pointType(String pointType) |
void |
setFuturesMakerFee(String futuresMakerFee) |
void |
setFuturesTakerFee(String futuresTakerFee) |
void |
setGtDiscount(Boolean gtDiscount) |
void |
setGtMakerFee(String gtMakerFee) |
void |
setGtTakerFee(String gtTakerFee) |
void |
setLoanFee(String loanFee) |
void |
setMakerFee(String makerFee) |
void |
setPointType(String pointType) |
void |
setTakerFee(String takerFee) |
void |
setUserId(Long userId) |
TradeFee |
takerFee(String takerFee) |
String |
toString() |
TradeFee |
userId(Long userId) |
public static final String SERIALIZED_NAME_USER_ID
public static final String SERIALIZED_NAME_TAKER_FEE
public static final String SERIALIZED_NAME_MAKER_FEE
public static final String SERIALIZED_NAME_GT_DISCOUNT
public static final String SERIALIZED_NAME_GT_TAKER_FEE
public static final String SERIALIZED_NAME_GT_MAKER_FEE
public static final String SERIALIZED_NAME_LOAN_FEE
public static final String SERIALIZED_NAME_POINT_TYPE
public static final String SERIALIZED_NAME_FUTURES_TAKER_FEE
public static final String SERIALIZED_NAME_FUTURES_MAKER_FEE
public void setUserId(Long userId)
public void setTakerFee(String takerFee)
public void setMakerFee(String makerFee)
@Nullable public Boolean getGtDiscount()
public void setGtDiscount(Boolean gtDiscount)
@Nullable public String getGtTakerFee()
public void setGtTakerFee(String gtTakerFee)
@Nullable public String getGtMakerFee()
public void setGtMakerFee(String gtMakerFee)
public void setLoanFee(String loanFee)
@Nullable public String getPointType()
public void setPointType(String pointType)
@Nullable public String getFuturesTakerFee()
public void setFuturesTakerFee(String futuresTakerFee)
@Nullable public String getFuturesMakerFee()
public void setFuturesMakerFee(String futuresMakerFee)
Copyright © 2021. All rights reserved.