| Package | Description |
|---|---|
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
static Order.TimeInForceEnum |
Order.TimeInForceEnum.fromValue(String value) |
Order.TimeInForceEnum |
Order.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 Only `ioc` and `fok` are supported when `type`=`market`
|
Order.TimeInForceEnum |
Order.TimeInForceEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Order.TimeInForceEnum |
Order.TimeInForceEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Order.TimeInForceEnum[] |
Order.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 |
Order.setTimeInForce(Order.TimeInForceEnum timeInForce) |
Order |
Order.timeInForce(Order.TimeInForceEnum timeInForce) |
void |
Order.TimeInForceEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Order.TimeInForceEnum enumeration) |
Copyright © 2023. All rights reserved.