| Package | Description |
|---|---|
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
static BatchOrder.StpActEnum |
BatchOrder.StpActEnum.fromValue(String value) |
BatchOrder.StpActEnum |
BatchOrder.getStpAct()
Self-Trading Prevention Action.
|
BatchOrder.StpActEnum |
BatchOrder.StpActEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static BatchOrder.StpActEnum |
BatchOrder.StpActEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchOrder.StpActEnum[] |
BatchOrder.StpActEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchOrder.setStpAct(BatchOrder.StpActEnum stpAct) |
BatchOrder |
BatchOrder.stpAct(BatchOrder.StpActEnum stpAct) |
void |
BatchOrder.StpActEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
BatchOrder.StpActEnum enumeration) |
Copyright © 2023. All rights reserved.