public static enum BatchFuturesOrder.TifEnum extends Enum<BatchFuturesOrder.TifEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
BatchFuturesOrder.TifEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static BatchFuturesOrder.TifEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static BatchFuturesOrder.TifEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchFuturesOrder.TifEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BatchFuturesOrder.TifEnum GTC
public static final BatchFuturesOrder.TifEnum IOC
public static final BatchFuturesOrder.TifEnum POC
public static final BatchFuturesOrder.TifEnum FOK
public static BatchFuturesOrder.TifEnum[] values()
for (BatchFuturesOrder.TifEnum c : BatchFuturesOrder.TifEnum.values()) System.out.println(c);
public static BatchFuturesOrder.TifEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public String toString()
toString in class Enum<BatchFuturesOrder.TifEnum>public static BatchFuturesOrder.TifEnum fromValue(String value)
Copyright © 2023. All rights reserved.