Package velox.api.layer1.data
Enum Class Layer1ApiProviderSupportedFeatures.ClientSideFeature
java.lang.Object
java.lang.Enum<Layer1ApiProviderSupportedFeatures.ClientSideFeature>
velox.api.layer1.data.Layer1ApiProviderSupportedFeatures.ClientSideFeature
- All Implemented Interfaces:
Serializable,Comparable<Layer1ApiProviderSupportedFeatures.ClientSideFeature>,Constable
- Enclosing class:
Layer1ApiProviderSupportedFeatures
public static enum Layer1ApiProviderSupportedFeatures.ClientSideFeature
extends Enum<Layer1ApiProviderSupportedFeatures.ClientSideFeature>
Features that are implemented on the client side. Each enum value corresponds
to one of
Layer1ApiProviderSupportedFeatures fields.
It is only trading features here for now, so we copy all them in case of crosstrading.
It you add non-trading features at this list, please filter it out on
Layer1ApiProviderSupportedFeatures.getCopyWithAppliedTradingParams(Layer1ApiProviderSupportedFeatures other)-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionLayer1ApiProviderSupportedFeatures.bracketsis client-sideLayer1ApiProviderSupportedFeatures.ocois client-sideLayer1ApiProviderSupportedFeatures.osois client-side -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
BRACKETS
Layer1ApiProviderSupportedFeatures.bracketsis client-side -
OCO
Layer1ApiProviderSupportedFeatures.ocois client-side -
OSO
Layer1ApiProviderSupportedFeatures.osois client-side -
TRAILING_STOPS_INDEPENDENT
-
TRAILING_STOPS_AS_BRACKET_CHILDREN
public static final Layer1ApiProviderSupportedFeatures.ClientSideFeature TRAILING_STOPS_AS_BRACKET_CHILDREN
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-