public static enum Layer1ApiProviderSupportedFeatures.ClientSideFeature extends java.lang.Enum<Layer1ApiProviderSupportedFeatures.ClientSideFeature>
Layer1ApiProviderSupportedFeatures fields| Enum Constant and Description |
|---|
BRACKETS
Layer1ApiProviderSupportedFeatures.brackets is client-side |
OCO
Layer1ApiProviderSupportedFeatures.oco is client-side |
OSO
Layer1ApiProviderSupportedFeatures.oso is client-side |
TRAILING_STOPS_AS_BRACKET_CHILDREN
|
TRAILING_STOPS_INDEPENDENT
|
| Modifier and Type | Method and Description |
|---|---|
static Layer1ApiProviderSupportedFeatures.ClientSideFeature |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Layer1ApiProviderSupportedFeatures.ClientSideFeature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Layer1ApiProviderSupportedFeatures.ClientSideFeature BRACKETS
Layer1ApiProviderSupportedFeatures.brackets is client-sidepublic static final Layer1ApiProviderSupportedFeatures.ClientSideFeature OCO
Layer1ApiProviderSupportedFeatures.oco is client-sidepublic static final Layer1ApiProviderSupportedFeatures.ClientSideFeature OSO
Layer1ApiProviderSupportedFeatures.oso is client-sidepublic static final Layer1ApiProviderSupportedFeatures.ClientSideFeature TRAILING_STOPS_INDEPENDENT
public static final Layer1ApiProviderSupportedFeatures.ClientSideFeature TRAILING_STOPS_AS_BRACKET_CHILDREN
public static Layer1ApiProviderSupportedFeatures.ClientSideFeature[] values()
for (Layer1ApiProviderSupportedFeatures.ClientSideFeature c : Layer1ApiProviderSupportedFeatures.ClientSideFeature.values()) System.out.println(c);
public static Layer1ApiProviderSupportedFeatures.ClientSideFeature valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null