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