| Package | Description |
|---|---|
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
static Contract.MarkTypeEnum |
Contract.MarkTypeEnum.fromValue(String value) |
Contract.MarkTypeEnum |
Contract.getMarkType()
Mark price type, internal - based on internal trading, index - based on external index price
|
Contract.MarkTypeEnum |
Contract.MarkTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Contract.MarkTypeEnum |
Contract.MarkTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Contract.MarkTypeEnum[] |
Contract.MarkTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Contract |
Contract.markType(Contract.MarkTypeEnum markType) |
void |
Contract.setMarkType(Contract.MarkTypeEnum markType) |
void |
Contract.MarkTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Contract.MarkTypeEnum enumeration) |
Copyright © 2023. All rights reserved.