Enum Layer1ApiProviderSupportedFeatures.ClientSideFeature

java.lang.Object
java.lang.Enum<Layer1ApiProviderSupportedFeatures.ClientSideFeature>
velox.api.layer1.data.Layer1ApiProviderSupportedFeatures.ClientSideFeature
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Layer1ApiProviderSupportedFeatures.ClientSideFeature>, java.lang.constant.Constable
Enclosing class:
Layer1ApiProviderSupportedFeatures

public static enum Layer1ApiProviderSupportedFeatures.ClientSideFeature
extends java.lang.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)