| Package | Description |
|---|---|
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
static FuturesOrder.TifEnum |
FuturesOrder.TifEnum.fromValue(String value) |
FuturesOrder.TifEnum |
FuturesOrder.getTif()
Time in force - gtc: GoodTillCancelled - ioc: ImmediateOrCancelled, taker only - poc: PendingOrCancelled, makes a post-only order that always enjoys a maker fee - fok: FillOrKill, fill either completely or none
|
FuturesOrder.TifEnum |
FuturesOrder.TifEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static FuturesOrder.TifEnum |
FuturesOrder.TifEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FuturesOrder.TifEnum[] |
FuturesOrder.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 |
FuturesOrder.setTif(FuturesOrder.TifEnum tif) |
FuturesOrder |
FuturesOrder.tif(FuturesOrder.TifEnum tif) |
void |
FuturesOrder.TifEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
FuturesOrder.TifEnum enumeration) |
Copyright © 2023. All rights reserved.