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