| Package | Description |
|---|---|
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
static BatchOrder.TimeInForceEnum |
BatchOrder.TimeInForceEnum.fromValue(String value) |
BatchOrder.TimeInForceEnum |
BatchOrder.getTimeInForce()
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
|
BatchOrder.TimeInForceEnum |
BatchOrder.TimeInForceEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static BatchOrder.TimeInForceEnum |
BatchOrder.TimeInForceEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchOrder.TimeInForceEnum[] |
BatchOrder.TimeInForceEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchOrder.setTimeInForce(BatchOrder.TimeInForceEnum timeInForce) |
BatchOrder |
BatchOrder.timeInForce(BatchOrder.TimeInForceEnum timeInForce) |
void |
BatchOrder.TimeInForceEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
BatchOrder.TimeInForceEnum enumeration) |
Copyright © 2023. All rights reserved.