| Package | Description |
|---|---|
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
static Order.TypeEnum |
Order.TypeEnum.fromValue(String value) |
Order.TypeEnum |
Order.getType()
Order Type - limit : Limit Order - market : Market Order
|
Order.TypeEnum |
Order.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Order.TypeEnum |
Order.TypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Order.TypeEnum[] |
Order.TypeEnum.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.setType(Order.TypeEnum type) |
Order |
Order.type(Order.TypeEnum type) |
void |
Order.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Order.TypeEnum enumeration) |
Copyright © 2023. All rights reserved.