| Package | Description |
|---|---|
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
static FuturesAccountBook.TypeEnum |
FuturesAccountBook.TypeEnum.fromValue(String value) |
FuturesAccountBook.TypeEnum |
FuturesAccountBook.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
|
FuturesAccountBook.TypeEnum |
FuturesAccountBook.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static FuturesAccountBook.TypeEnum |
FuturesAccountBook.TypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FuturesAccountBook.TypeEnum[] |
FuturesAccountBook.TypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FuturesAccountBook.setType(FuturesAccountBook.TypeEnum type) |
FuturesAccountBook |
FuturesAccountBook.type(FuturesAccountBook.TypeEnum type) |
void |
FuturesAccountBook.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
FuturesAccountBook.TypeEnum enumeration) |
Copyright © 2023. All rights reserved.