| Package | Description |
|---|---|
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
static FuturesOrder.StatusEnum |
FuturesOrder.StatusEnum.fromValue(String value) |
FuturesOrder.StatusEnum |
FuturesOrder.getStatus()
Order status - `open`: waiting to be traded - `finished`: finished
|
FuturesOrder.StatusEnum |
FuturesOrder.StatusEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static FuturesOrder.StatusEnum |
FuturesOrder.StatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FuturesOrder.StatusEnum[] |
FuturesOrder.StatusEnum.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.StatusEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
FuturesOrder.StatusEnum enumeration) |
Copyright © 2021. All rights reserved.