| Package | Description |
|---|---|
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
static OptionsOrder.TifEnum |
OptionsOrder.TifEnum.fromValue(String value) |
OptionsOrder.TifEnum |
OptionsOrder.getTif()
Time in force - gtc: GoodTillCancelled - ioc: ImmediateOrCancelled, taker only - poc: PendingOrCancelled, makes a post-only order that always enjoys a maker fee
|
OptionsOrder.TifEnum |
OptionsOrder.TifEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static OptionsOrder.TifEnum |
OptionsOrder.TifEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OptionsOrder.TifEnum[] |
OptionsOrder.TifEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OptionsOrder.setTif(OptionsOrder.TifEnum tif) |
OptionsOrder |
OptionsOrder.tif(OptionsOrder.TifEnum tif) |
void |
OptionsOrder.TifEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
OptionsOrder.TifEnum enumeration) |
Copyright © 2023. All rights reserved.