| Package | Description |
|---|---|
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
static MyFuturesTrade.RoleEnum |
MyFuturesTrade.RoleEnum.fromValue(String value) |
MyFuturesTrade.RoleEnum |
MyFuturesTrade.getRole()
Trade role.
|
MyFuturesTrade.RoleEnum |
MyFuturesTrade.RoleEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static MyFuturesTrade.RoleEnum |
MyFuturesTrade.RoleEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MyFuturesTrade.RoleEnum[] |
MyFuturesTrade.RoleEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MyFuturesTrade |
MyFuturesTrade.role(MyFuturesTrade.RoleEnum role) |
void |
MyFuturesTrade.setRole(MyFuturesTrade.RoleEnum role) |
void |
MyFuturesTrade.RoleEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
MyFuturesTrade.RoleEnum enumeration) |
Copyright © 2021. All rights reserved.