| Package | Description |
|---|---|
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
static BatchFuturesOrder.TifEnum |
BatchFuturesOrder.TifEnum.fromValue(String value) |
BatchFuturesOrder.TifEnum |
BatchFuturesOrder.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
|
BatchFuturesOrder.TifEnum |
BatchFuturesOrder.TifEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static BatchFuturesOrder.TifEnum |
BatchFuturesOrder.TifEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchFuturesOrder.TifEnum[] |
BatchFuturesOrder.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 |
BatchFuturesOrder.setTif(BatchFuturesOrder.TifEnum tif) |
BatchFuturesOrder |
BatchFuturesOrder.tif(BatchFuturesOrder.TifEnum tif) |
void |
BatchFuturesOrder.TifEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
BatchFuturesOrder.TifEnum enumeration) |
Copyright © 2023. All rights reserved.