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