| Package | Description |
|---|---|
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
static CurrencyPair.TradeStatusEnum |
CurrencyPair.TradeStatusEnum.fromValue(String value) |
CurrencyPair.TradeStatusEnum |
CurrencyPair.getTradeStatus()
How currency pair can be traded - untradable: cannot be bought or sold - buyable: can be bought - sellable: can be sold - tradable: can be bought or sold
|
CurrencyPair.TradeStatusEnum |
CurrencyPair.TradeStatusEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static CurrencyPair.TradeStatusEnum |
CurrencyPair.TradeStatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CurrencyPair.TradeStatusEnum[] |
CurrencyPair.TradeStatusEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CurrencyPair.setTradeStatus(CurrencyPair.TradeStatusEnum tradeStatus) |
CurrencyPair |
CurrencyPair.tradeStatus(CurrencyPair.TradeStatusEnum tradeStatus) |
void |
CurrencyPair.TradeStatusEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
CurrencyPair.TradeStatusEnum enumeration) |
Copyright © 2021. All rights reserved.