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