| Package | Description |
|---|---|
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
static Trade.SideEnum |
Trade.SideEnum.fromValue(String value) |
Trade.SideEnum |
Trade.getSide()
Order side
|
Trade.SideEnum |
Trade.SideEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Trade.SideEnum |
Trade.SideEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Trade.SideEnum[] |
Trade.SideEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Trade.setSide(Trade.SideEnum side) |
Trade |
Trade.side(Trade.SideEnum side) |
void |
Trade.SideEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Trade.SideEnum enumeration) |
Copyright © 2021. All rights reserved.