Class TargetedRequestHelper
java.lang.Object
velox.api.layer1.providers.helper.TargetedRequestHelper
Helper class for extracting alias-specific information
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSupportedFeaturesForAlias(Layer1ApiProvider provider, String alias) Check which features are supported by a provider corresponding to certain alias
-
Constructor Details
-
TargetedRequestHelper
public TargetedRequestHelper()
-
-
Method Details
-
getSupportedFeaturesForAlias
public static Layer1ApiProviderSupportedFeatures getSupportedFeaturesForAlias(Layer1ApiProvider provider, String alias) Check which features are supported by a provider corresponding to certain alias- Parameters:
provider- layer implementingLayer1ApiProviderused to route the requestalias- defines which instrument the request belongs to- Returns:
- which features corresponding alias supports
-