| Package | Description |
|---|---|
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
static SpotPricePutOrder.AccountEnum |
SpotPricePutOrder.AccountEnum.fromValue(String value) |
SpotPricePutOrder.AccountEnum |
SpotPricePutOrder.getAccount()
Trading type - normal: spot trading - margin: margin trading
|
SpotPricePutOrder.AccountEnum |
SpotPricePutOrder.AccountEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static SpotPricePutOrder.AccountEnum |
SpotPricePutOrder.AccountEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpotPricePutOrder.AccountEnum[] |
SpotPricePutOrder.AccountEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SpotPricePutOrder |
SpotPricePutOrder.account(SpotPricePutOrder.AccountEnum account) |
void |
SpotPricePutOrder.setAccount(SpotPricePutOrder.AccountEnum account) |
void |
SpotPricePutOrder.AccountEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
SpotPricePutOrder.AccountEnum enumeration) |
Copyright © 2021. All rights reserved.